Bump version to 0.1 - sbase - suckless unix tools | |
git clone git://git.suckless.org/sbase | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit eb749d1c88c0557ed06733de89efda1e252facc2 | |
parent 9b71b697fed5f3abc69abb63a97e7bce3ded5fcd | |
Author: Roberto E. Vargas Caballero <[email protected]> | |
Date: Thu, 13 Mar 2025 11:46:33 +0100 | |
Bump version to 0.1 | |
Diffstat: | |
M config.mk | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/config.mk b/config.mk | |
@@ -1,5 +1,5 @@ | |
# sbase version | |
-VERSION = 0.0 | |
+VERSION = 0.1 | |
# paths | |
PREFIX = /usr/local |