diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-05-15 00:07:28 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-05-15 00:07:28 +0200 |
commit | 80eff666607300578090b8eee5dcd33d947dec82 (patch) | |
tree | 314b5eb90743bbcdf91982d5a4e67a5132ee72d4 /boot/barebox | |
parent | 5c88d720f99ce6374a2a9b6afcb93ff627f464fa (diff) |
barebox: bump version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot/barebox')
-rw-r--r-- | boot/barebox/barebox.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk index 7a2e02e44..f3e769f4c 100644 --- a/boot/barebox/barebox.mk +++ b/boot/barebox/barebox.mk @@ -4,7 +4,7 @@ # ############################################################# -BAREBOX_VERSION:=2011.04.0 +BAREBOX_VERSION:=2011.05.0 BAREBOX_SOURCE:=barebox-$(BAREBOX_VERSION).tar.bz2 BAREBOX_SITE:=http://www.barebox.org/download/ BAREBOX_DIR:=$(BUILD_DIR)/barebox-$(BAREBOX_VERSION) |