diff options
author | Peter Korsgaard | 2012-05-10 19:07:20 +0200 |
---|---|---|
committer | Peter Korsgaard | 2012-05-10 19:07:20 +0200 |
commit | 9f7bf3b63d820616fe8ce2f3fa485c22542f2acb (patch) | |
tree | 69edab4d8d6302932cde1f210ec9f0814dd4b21b /Makefile | |
parent | linux: document and default to sensible value for BR2_LINUX_KERNEL_CUSTOM_GIT... (diff) | |
download | buildroot-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |