bump version to 0.4.1 - svkbd - simple virtual keyboard | |
git clone git://git.suckless.org/svkbd | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 38faf1cc8a368f1ed33e2c970f75ced9417bd1c7 | |
parent 5dd14703ed5852639868eaa42c13e8cc9aabf56c | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 7 Jan 2022 12:38:18 +0100 | |
bump version to 0.4.1 | |
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.4 | |
+VERSION = 0.4.1 | |
include config.mk | |