diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-10 18:04:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-10 18:04:56 +0000 |
commit | 9a09158c65b486cca5fcb2609bcedfe7f1b22f53 (patch) | |
tree | cabce77ed22f73e634e46056e4d81ea8d112a160 /package/system | |
parent | a8ab1e82edaff9b89b51cf9c6c7d395d939eac7d (diff) | |
download | upstream-9a09158c65b486cca5fcb2609bcedfe7f1b22f53.tar.gz upstream-9a09158c65b486cca5fcb2609bcedfe7f1b22f53.tar.bz2 upstream-9a09158c65b486cca5fcb2609bcedfe7f1b22f53.zip |
fstools: fix off-by-one error in the version number
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r48193
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48194 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system')
-rw-r--r-- | package/system/fstools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |