Browse Source

kickoff 2012.05 development cycle

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 13 years ago
parent
commit
5c3a337387
2 changed files with 3 additions and 1 deletions
  1. 2 0
      CHANGES
  2. 1 1
      Makefile

+ 2 - 0
CHANGES

@@ -1,3 +1,5 @@
+2012.05, Not released yet:
+
 2012.02, Released February 29th, 2012:
 
 	Updated/fixed packages: libecore

+ 1 - 1
Makefile

@@ -24,7 +24,7 @@
 #--------------------------------------------------------------
 
 # Set and export the version string
-export BR2_VERSION:=2012.02
+export BR2_VERSION:=2012.05-git
 
 # Check for minimal make version (note: this check will break at make 10.x)
 MIN_MAKE_VERSION=3.81