Author: nbd Date: 2016-01-10 19:04:36 +0100 (Sun, 10 Jan 2016) New Revision: 48193
Modified: trunk/package/system/fstools/Makefile Log: fstools: fix off-by-one error in the version number Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/system/fstools/Makefile =================================================================== --- trunk/package/system/fstools/Makefile 2016-01-10 17:37:20 UTC (rev 48192) +++ trunk/package/system/fstools/Makefile 2016-01-10 18:04:36 UTC (rev 48193) @@ -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) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
