]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - Makefile
Prepare v2012.07-rc1
[karo-tx-uboot.git] / Makefile
index 85e36ecff59947492e793c68aca9048e2ae418f9..6e8b5a77649e282eed2f19736fa0ff14af8b7c0a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,9 +22,9 @@
 #
 
 VERSION = 2012
-PATCHLEVEL = 04
-SUBLEVEL = 01
-EXTRAVERSION =
+PATCHLEVEL = 07
+SUBLEVEL =
+EXTRAVERSION = -rc1
 ifneq "$(SUBLEVEL)" ""
 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 else