bump version to 1.2 - stagit - static git page generator | |
git clone git://git.codemadness.org/stagit | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 02c00248d8134c69758557a78e3c632ac77ae687 | |
parent 174ea5d6fee240ec5df3afabfea1c5ce1319e3ea | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 7 Aug 2022 10:10:16 +0200 | |
bump version to 1.2 | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -1,7 +1,7 @@ | |
.POSIX: | |
NAME = stagit | |
-VERSION = 1.1 | |
+VERSION = 1.2 | |
# paths | |
PREFIX = /usr/local |