From: nbd Date: Sun, 10 Jan 2016 18:04:36 +0000 (+0000) Subject: fstools: fix off-by-one error in the version number X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=587a2439c9c85ed2a88b0a382d1ad3bce90fc359;p=openwrt.git fstools: fix off-by-one error in the version number Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48193 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/system/fstools/Makefile b/package/system/fstools/Makefile index cb0e7b1b31..560cf2b842 100644 --- a/package/system/fstools/Makefile +++ b/package/system/fstools/Makefile @@ -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)