bump version to 0.3 - svkbd - simple virtual keyboard | |
git clone git://git.suckless.org/svkbd | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit b25e55e4622d419f252570d15080cdd2628b9236 | |
parent 1d5e9346e8279d7ca954f38e8b1b85169f68d2d8 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 28 Mar 2021 22:54:23 +0200 | |
bump version to 0.3 | |
... and change 0.3.0 to be consistent to the 0.2 and 0.1 release. | |
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.0 | |
+VERSION = 0.3 | |
include config.mk | |