diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-08-25 22:47:23 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-08-25 22:47:23 +0200 |
commit | 8437b56258b7ae2e6ab763160a56d8e2a10f824a (patch) | |
tree | aadb50ba6ba20aaa8b7579afdfc38fbfb882b812 /Makefile | |
parent | 1e7bbc6b33bf67c64887e896cbfce0b887870e23 (diff) | |
download | buildroot-novena-8437b56258b7ae2e6ab763160a56d8e2a10f824a.tar.gz buildroot-novena-8437b56258b7ae2e6ab763160a56d8e2a10f824a.zip |
Prepare for 2012.08-rc32012.08_rc3
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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:=2012.08-rc2 +export BR2_VERSION:=2012.08-rc3 # Check for minimal make version (note: this check will break at make 10.x) MIN_MAKE_VERSION=3.81 |