diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-08-06 18:35:08 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-08-06 18:35:08 +0200 |
commit | 3efc39c8c7d37de162b5baf6e1151db5ea1a7116 (patch) | |
tree | aa16c2512483f2b414ec1bfd2c4cd707823da49a | |
parent | 8efcf91b46a580257b22cdf70230298ecd148870 (diff) |
bump version to 1.0
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ .POSIX: NAME = sfeed -VERSION = 0.9.25 +VERSION = 1.0 # paths PREFIX = /usr/local |