bump version to 1.7 - sfeed - RSS and Atom parser | |
git clone git://git.codemadness.org/sfeed | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 19a4c010f95ad17e02ca59e9949524e801ad22f2 | |
parent 9d6dd2a5072c0702cb56cced861ca4539e98c553 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sat, 25 Feb 2023 14:40:11 +0100 | |
bump version to 1.7 | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -1,7 +1,7 @@ | |
.POSIX: | |
NAME = sfeed | |
-VERSION = 1.6 | |
+VERSION = 1.7 | |
# curses theme, see themes/ directory. | |
SFEED_THEME = mono |