Release stable 1.0 version - slstatus - status monitor | |
git clone git://git.suckless.org/slstatus | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit f68f49273e70b3767b30c549dda04ddd4d25fc91 | |
parent 86c7a84c2397e5bbdcebe2a06bada7ee48f0d480 | |
Author: drkhsh <[email protected]> | |
Date: Tue, 4 Jul 2023 20:47:18 +0200 | |
Release stable 1.0 version | |
Diffstat: | |
M README | 6 ------ | |
M config.mk | 2 +- | |
2 files changed, 1 insertion(+), 7 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -63,9 +63,3 @@ Configuration | |
------------- | |
slstatus can be customized by creating a custom config.h and (re)compiling the | |
source code. This keeps it fast, secure and simple. | |
- | |
- | |
-Upcoming | |
--------- | |
-A first feature-complete release with official packages for common distributio… | |
-will come soon. | |
diff --git a/config.mk b/config.mk | |
@@ -1,5 +1,5 @@ | |
# slstatus version | |
-VERSION = 0 | |
+VERSION = 1.0 | |
# customize below to fit your system | |