diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2013-08-31 21:32:02 (GMT) |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-08-31 21:32:02 (GMT) |
commit | 7b48cee91f9acdf46a27440ee2a44acf8fa63040 (patch) | |
tree | 44c3f5bcf6728e25ed7d6a5828285d058b11512f | |
parent | 53d8d9c14a379ea15a84504e941b6b7ca78074f8 (diff) | |
download | buildroot-7b48cee91f9acdf46a27440ee2a44acf8fa63040.tar.gz buildroot-7b48cee91f9acdf46a27440ee2a44acf8fa63040.tar.bz2 |
Makefile: kickoff 2013.11 cycle
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-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:=2013.08 +export BR2_VERSION:=2013.11-git # Check for minimal make version (note: this check will break at make 10.x) MIN_MAKE_VERSION=3.81 |