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:
parent
cb42ea1c70
commit
8c138d4ae8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue