diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-11 23:46:22 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-11 23:46:22 +0200 |
commit | 33c4e77c2acc9615181b26255684e7d952393c2f (patch) | |
tree | aa1d73e21415cc2386d7571c6e90e7cc37dcaa11 | |
parent | e488c285b1839976e1d508d8be8c0208cc453f3e (diff) |
barebox: bump version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-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 7e69437e3..55e1ffd65 100644 --- a/boot/barebox/barebox.mk +++ b/boot/barebox/barebox.mk @@ -4,7 +4,7 @@ # ############################################################# -BAREBOX_VERSION = 2011.06.0 +BAREBOX_VERSION = 2011.07.0 BAREBOX_SOURCE = barebox-$(BAREBOX_VERSION).tar.bz2 BAREBOX_SITE = http://www.barebox.org/download/ |