diff options
author | Peter Korsgaard | 2011-08-29 11:21:17 +0200 |
---|---|---|
committer | Peter Korsgaard | 2011-08-29 11:21:17 +0200 |
commit | 73f131ce7d9811fcc8c4b7a161e9700266e09695 (patch) | |
tree | 02d6c6cba7c4376e24d9aafe18075f6bcad2adc5 /Makefile | |
parent | news.html: add 2011.08-rc1 announcement link (diff) | |
download | buildroot-73f131ce7d9811fcc8c4b7a161e9700266e09695.tar.gz buildroot-73f131ce7d9811fcc8c4b7a161e9700266e09695.tar.xz buildroot-73f131ce7d9811fcc8c4b7a161e9700266e09695.zip |
Update for 2011.08-rc2
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:=2011.08-rc1 +export BR2_VERSION:=2011.08-rc2 # This top-level Makefile can *not* be executed in parallel .NOTPARALLEL: |