bump version to 0.4 - svkbd - simple virtual keyboard | |
git clone git://git.suckless.org/svkbd | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 6ffe71a5f6a91ff1129be0817f4a61e49bea549f | |
parent d9dcf0d1134c5dfbba5e346f2ae4cf5e8b4be392 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 30 Jul 2021 16:50:14 +0200 | |
bump version to 0.4 | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -3,7 +3,7 @@ | |
.POSIX: | |
NAME = svkbd | |
-VERSION = 0.3 | |
+VERSION = 0.4 | |
include config.mk | |