bump version to 0.2 - saait - the most boring static page generator | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 7f77083908301e537ffee055a7e86c8392793282 | |
parent 9b1c25d392ebf25c4890c5455378c1ab4f3b9021 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sat, 26 May 2018 12:22:52 +0200 | |
bump version to 0.2 | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -1,7 +1,7 @@ | |
include config.mk | |
NAME = saait | |
-VERSION = 0.1 | |
+VERSION = 0.2 | |
SRC = \ | |
saait.c | |
HDR = \ |