summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard2011-09-05 22:14:33 +0200
committerPeter Korsgaard2011-09-05 22:14:33 +0200
commit5427c506bd652e0d0a6c59d14791018195c59525 (patch)
tree29d83f97c493661f9071be2bf19865f072adaec5
parentnews.html: fix 2011.08 release date (diff)
downloadbuildroot-5427c506bd652e0d0a6c59d14791018195c59525.tar.gz
buildroot-5427c506bd652e0d0a6c59d14791018195c59525.tar.xz
buildroot-5427c506bd652e0d0a6c59d14791018195c59525.zip
kickoff 2011.11 development cycle
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--CHANGES2
-rw-r--r--Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 99cd79b14..288d57559 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2011.11, Not released yet:
+
2011.08, Released August 31th, 2011:
Fixes all over the tree.
diff --git a/Makefile b/Makefile
index 9ed46fce5..8779d3f1f 100644
--- a/Makefile
+++ b/Makefile
@@ -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: