diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-07-06 17:38:17 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-07-06 17:38:17 +0200 |
commit | 5b130adb977ba0ba233ccc5b2bdfc6d6e37563dd (patch) | |
tree | 495438e154c4be0476b9e6c02904c39728143e7f /Makefile | |
parent | 17898c52f631c3dd10c11167aaa702e5756dde04 (diff) |
bump version to 0.9.18
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.17 +VERSION = 0.9.18 # paths PREFIX = /usr/local |