Author: nbd
Date: 2016-01-10 19:04:56 +0100 (Sun, 10 Jan 2016)
New Revision: 48194

Modified:
   branches/chaos_calmer/package/system/fstools/Makefile
Log:
fstools: fix off-by-one error in the version number

Signed-off-by: Felix Fietkau <[email protected]>

Backport of r48193

Modified: branches/chaos_calmer/package/system/fstools/Makefile
===================================================================
--- branches/chaos_calmer/package/system/fstools/Makefile       2016-01-10 
18:04:36 UTC (rev 48193)
+++ branches/chaos_calmer/package/system/fstools/Makefile       2016-01-10 
18:04:56 UTC (rev 48194)
@@ -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

Reply via email to