diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-05-21 11:34:58 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-05-21 11:34:58 +0200 |
commit | 41b46d04521618d33bb159cc963b1d8e6b6e173f (patch) | |
tree | 546b51082bcc53a9db9aab0c395afde52f59091b | |
parent | 0391bae406896b068c9e82b76aa6c26c7928efc7 (diff) |
bump version to 1.5
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ .POSIX: NAME = sfeed -VERSION = 1.4 +VERSION = 1.5 # curses theme, see themes/ directory. SFEED_THEME = mono |