diff options
author | John Crispin <blogic@openwrt.org> | 2014-01-12 14:07:01 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-01-12 14:07:01 +0000 |
commit | 6c3188028d69af3dd4e0c0474c2a688d33ad8ff4 (patch) | |
tree | f928f24d91dd1afed2116a0b056f6cd96642bfc5 /package/system/ubox/Makefile | |
parent | 0aa70a39ed13120cb1924c369f59d94e36f8e54b (diff) | |
download | upstream-6c3188028d69af3dd4e0c0474c2a688d33ad8ff4.tar.gz upstream-6c3188028d69af3dd4e0c0474c2a688d33ad8ff4.tar.bz2 upstream-6c3188028d69af3dd4e0c0474c2a688d33ad8ff4.zip |
ubox: welcome to 2014
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39246 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/ubox/Makefile')
-rw-r--r-- | package/system/ubox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile index 1c715f081c..0135e07bc6 100644 --- a/package/system/ubox/Makefile +++ b/package/system/ubox/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ubox -PKG_VERSION:=2013-01-12 +PKG_VERSION:=2014-01-12 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git |