bump version to 0.3 - saait - the most boring static page generator | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 006c966d13aaf775f31e2c344e4243402d1f5f56 | |
parent 859530fbd840b9467593f90a707e3c3ce080b8ac | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sat, 22 Sep 2018 12:25:51 +0200 | |
bump version to 0.3 | |
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.2 | |
+VERSION = 0.3 | |
SRC = \ | |
saait.c | |
HDR = \ |