fstools: fix off-by-one error in the version number
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 10 Jan 2016 18:04:36 +0000 (18:04 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 10 Jan 2016 18:04:36 +0000 (18:04 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48193 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/system/fstools/Makefile

index cb0e7b1..560cf2b 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=fstools
-PKG_VERSION:=2015-01-10
+PKG_VERSION:=2016-01-10
 
 PKG_RELEASE=$(PKG_SOURCE_VERSION)