tMakefile: bump version - stopwatch - simple timer for console or x root window | |
git clone git://src.adamsgaard.dk/stopwatch | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit a29ecda577a623fa15841d77c519fe08465e0637 | |
parent 357a1f4cd2952c31458bf07c60dc160dca4afb59 | |
Author: Anders Damsgaard <[email protected]> | |
Date: Thu, 5 Nov 2020 10:57:36 +0100 | |
Makefile: bump version | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
t@@ -1,7 +1,7 @@ | |
.POSIX: | |
NAME = stopwatch | |
-VERSION = 0.1 | |
+VERSION = 0.2.1 | |
# paths | |
PREFIX = /usr/local |