From: Felix Fietkau Date: Sun, 10 Jan 2016 18:04:56 +0000 (+0000) Subject: fstools: fix off-by-one error in the version number X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=9a09158c65b486cca5fcb2609bcedfe7f1b22f53;p=15.05%2Fopenwrt.git fstools: fix off-by-one error in the version number Signed-off-by: Felix Fietkau Backport of r48193 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48194 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)