fstools: fix off-by-one error in the version number

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 48193
This commit is contained in:
Felix Fietkau 2016-01-10 18:04:36 +00:00
parent cb42ea1c70
commit 8c138d4ae8

View 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)