diff options
author | Peter Korsgaard | 2011-09-05 22:14:33 +0200 |
---|---|---|
committer | Peter Korsgaard | 2011-09-05 22:14:33 +0200 |
commit | 5427c506bd652e0d0a6c59d14791018195c59525 (patch) | |
tree | 29d83f97c493661f9071be2bf19865f072adaec5 /Makefile | |
parent | news.html: fix 2011.08 release date (diff) | |
download | buildroot-5427c506bd652e0d0a6c59d14791018195c59525.tar.gz buildroot-5427c506bd652e0d0a6c59d14791018195c59525.tar.xz buildroot-5427c506bd652e0d0a6c59d14791018195c59525.zip |
kickoff 2011.11 development cycle
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 +export BR2_VERSION:=2011.11-git # This top-level Makefile can *not* be executed in parallel .NOTPARALLEL: |