diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-11-09 19:16:09 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-11-09 19:16:09 +0100 |
commit | cfcdae2a394a2ac0d180ff34cae17e30422d0800 (patch) | |
tree | b4e4837b4e674a6373d26f9dc558cba79706259e /Makefile | |
parent | 7664faf66555c5c5b1221322bff7e49722ea36c7 (diff) |
bump version to 0.9.20
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ .POSIX: NAME = sfeed -VERSION = 0.9.19 +VERSION = 0.9.20 # paths PREFIX = /usr/local |