diff options
author | Steven Barth <steven@midlink.org> | 2008-07-30 21:26:17 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-30 21:26:17 +0000 |
commit | a215d44a354c02924b45d2de4f86b108194d2f67 (patch) | |
tree | 6c303ba4e826c5bfd98cda39b2272bfa5b6fb1eb /contrib | |
parent | 5c7ab6430647c7f505caa89180f8e4907329862d (diff) |
Bump UCI version
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/uci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/uci/Makefile b/contrib/uci/Makefile index d3f8403c2..cf3020ffb 100644 --- a/contrib/uci/Makefile +++ b/contrib/uci/Makefile @@ -1,7 +1,7 @@ include ../../build/config.mk include ../../build/gccconfig.mk -UCI_VERSION = 0.4.4 +UCI_VERSION = 0.4.5 UCI_SITE = http://mirror2.openwrt.org/sources UCI_DIR = uci-$(UCI_VERSION) UCI_FILE = $(UCI_DIR).tar.gz |