diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21,9 +21,9 @@ # MA 02111-1307 USA # -VERSION = 2012 -PATCHLEVEL = 10 -SUBLEVEL = +VERSION = 2013 +PATCHLEVEL = 01 +SUBLEVEL = -rc1 EXTRAVERSION = ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) |