diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-08-15 12:11:48 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-08-15 12:11:48 +0200 |
commit | b58c83ae999966975c278c860cb97aee0d2e8e08 (patch) | |
tree | 5e42f8c75fdb0e68573ce450dbee5d58d240fb6e /Makefile | |
parent | e21517689de5e1f56dc2aa788a4aa84f89c54c8b (diff) | |
download | buildroot-novena-e0ef26213fe0490bcace96829ef41710c0cb0da6.tar.gz buildroot-novena-e0ef26213fe0490bcace96829ef41710c0cb0da6.zip |
Update for 2012.08-rc22012.08_rc2
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-rc1 +export BR2_VERSION:=2012.08-rc2 # Check for minimal make version (note: this check will break at make 10.x) MIN_MAKE_VERSION=3.81 |