bump version to 2.0 - ii - irc it, simple FIFO based irc client | |
git clone git://git.suckless.org/ii | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 236114cf1fa4754da6679f68f01b5ab39553fe7c | |
parent b751e4f08ddaa56585407abebc0534d848cb4ba5 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Tue, 4 Oct 2022 19:23:36 +0200 | |
bump version to 2.0 | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -1,6 +1,6 @@ | |
.POSIX: | |
-VERSION = 1.9 | |
+VERSION = 2.0 | |
# paths | |
PREFIX = /usr/local |