sfeed

Simple RSS and Atom feed parser
git clone https://git.sinitax.com/codemadness/sfeed
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit 4e96b1f3f90c86589006070fe739ee9a6c5d06de
parent 99a8e4deeb81480f2c0c2798256fe9c2df006ff1
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat, 13 Mar 2021 13:22:10 +0100

bump version to 0.9.22

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ .POSIX: NAME = sfeed -VERSION = 0.9.21 +VERSION = 0.9.22 # paths PREFIX = /usr/local