summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard2012-05-10 19:07:20 +0200
committerPeter Korsgaard2012-05-10 19:07:20 +0200
commit9f7bf3b63d820616fe8ce2f3fa485c22542f2acb (patch)
tree69edab4d8d6302932cde1f210ec9f0814dd4b21b /Makefile
parentlinux: document and default to sensible value for BR2_LINUX_KERNEL_CUSTOM_GIT... (diff)
downloadbuildroot-9f7bf3b63d820616fe8ce2f3fa485c22542f2acb.tar.gz
buildroot-9f7bf3b63d820616fe8ce2f3fa485c22542f2acb.tar.xz
buildroot-9f7bf3b63d820616fe8ce2f3fa485c22542f2acb.zip
Update for 2012.05-rc1
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d7973e96..96f94124a 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@
#--------------------------------------------------------------
# Set and export the version string
-export BR2_VERSION:=2012.05-git
+export BR2_VERSION:=2012.05-rc1
# Check for minimal make version (note: this check will break at make 10.x)
MIN_MAKE_VERSION=3.81