diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-01-06 12:25:33 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-01-06 12:25:33 +0100 |
commit | 01e46f8379120cc52021ec25ae3d1d1753e0c1d9 (patch) | |
tree | 4d4f82d3afb056c150bece37e60520dd22e2daf9 /boot/barebox/barebox.mk | |
parent | dc15930223c975f6390e34c12228e68d208da2ae (diff) |
barebox: bump version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot/barebox/barebox.mk')
-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 5bf272a8f..3df424c41 100644 --- a/boot/barebox/barebox.mk +++ b/boot/barebox/barebox.mk @@ -4,7 +4,7 @@ # ############################################################# -BAREBOX_VERSION:=2010.11.0 +BAREBOX_VERSION:=2011.01.0 BAREBOX_SOURCE:=barebox-$(BAREBOX_VERSION).tar.bz2 BAREBOX_SITE:=http://www.barebox.org/download/ BAREBOX_DIR:=$(BUILD_DIR)/barebox-$(BAREBOX_VERSION) |