diff options
author | Peter Korsgaard | 2011-08-04 22:31:30 +0200 |
---|---|---|
committer | Peter Korsgaard | 2011-08-04 22:31:30 +0200 |
commit | 7ff457cdb5949a7e8d9409495d1342f71b7d3adf (patch) | |
tree | ea0cc83606d74cf22ef083e639b192bc7467d13e /Makefile | |
parent | pkg-config: Add "mapdir" to sysroot handled variables (diff) | |
download | buildroot-7ff457cdb5949a7e8d9409495d1342f71b7d3adf.tar.gz buildroot-7ff457cdb5949a7e8d9409495d1342f71b7d3adf.tar.xz buildroot-7ff457cdb5949a7e8d9409495d1342f71b7d3adf.zip |
Update for 2011.08-rc1
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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:=2011.08-git +export BR2_VERSION:=2011.08-rc1 # This top-level Makefile can *not* be executed in parallel .NOTPARALLEL: |