diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-10-13 14:53:40 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-10-13 14:53:40 +0200 |
commit | ade689b7c91c338333b367ee5a12e5b6afb3dba1 (patch) | |
tree | 7ab1d099755639a65200ee80a074e07d6d714fc3 /Makefile | |
parent | a811215d22dd40b938021b9f41daf315ac11e685 (diff) |
bump version to 0.9.14
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.13 +VERSION = 0.9.14 # paths PREFIX = /usr/local |