bump version to 0.8 - tabbed - tab interface for application supporting Xembed | |
git clone git://git.suckless.org/tabbed | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 7215169fbbb1f81c3bad49b847d1e5907f6ab70c | |
parent 97ba13b1eb4756fb1a024fd1e83df6e393befd27 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Tue, 19 Mar 2024 12:12:32 +0100 | |
bump version to 0.8 | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -1,7 +1,7 @@ | |
.POSIX: | |
NAME = tabbed | |
-VERSION = 0.7 | |
+VERSION = 0.8 | |
# paths | |
PREFIX = /usr/local |