bump version to 0.4 - saait - the most boring static page generator | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 685357843f7c8e34a142392ee9f4ed1fcf517436 | |
parent 87e1bf523941ea432006f5f4c2a23d5c54c4fed5 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Thu, 2 May 2019 21:13:39 +0200 | |
bump version to 0.4 | |
Diffstat: | |
M Makefile | 4 +++- | |
1 file changed, 3 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -1,7 +1,9 @@ | |
+.POSIX: | |
+ | |
include config.mk | |
NAME = saait | |
-VERSION = 0.3 | |
+VERSION = 0.4 | |
SRC = \ | |
saait.c | |
HDR = \ |