diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-05-04 13:37:18 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-05-04 13:37:18 +0200 |
commit | 510947149b81b5b715bb6cffd142fa4ffb0b0f24 (patch) | |
tree | 7f3657839d2e85204466f2c6815f18ff6d9f56aa /Makefile | |
parent | 7228305a7640f3db16eb4d986b70dcdf63feb323 (diff) |
bump version to 0.9.17
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.16 +VERSION = 0.9.17 # paths PREFIX = /usr/local |