diff options
author | Peter Korsgaard | 2011-08-31 13:44:55 +0200 |
---|---|---|
committer | Peter Korsgaard | 2011-08-31 13:44:55 +0200 |
commit | facd602dcad54df769ac759886f48f248b61e692 (patch) | |
tree | 4ad770c4566c982424ce1b75de11bf6942f5de61 /Makefile | |
parent | kernel-headers: bump 3.0.x stable version (diff) | |
download | buildroot-facd602dcad54df769ac759886f48f248b61e692.tar.gz buildroot-facd602dcad54df769ac759886f48f248b61e692.tar.xz buildroot-facd602dcad54df769ac759886f48f248b61e692.zip |
Update for 2011.08
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-rc2 +export BR2_VERSION:=2011.08 # This top-level Makefile can *not* be executed in parallel .NOTPARALLEL: |