prepare 1.3 release - slock - simple X display locker utility | |
git clone git://git.suckless.org/slock | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit bfafc91da7b51be4e1543b64ee118fff2e3a4cfb | |
parent 32149e404383d979edf58b878cff9c5d8a935259 | |
Author: Markus Teich <[email protected]> | |
Date: Thu, 11 Feb 2016 16:23:48 +0100 | |
prepare 1.3 release | |
Diffstat: | |
M LICENSE | 1 + | |
M config.mk | 2 +- | |
2 files changed, 2 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/LICENSE b/LICENSE | |
@@ -1,5 +1,6 @@ | |
MIT/X Consortium License | |
+© 2015-2016 Markus Teich <[email protected]> | |
© 2014 Dimitris Papastamos <[email protected]> | |
© 2006-2014 Anselm R Garbe <[email protected]> | |
diff --git a/config.mk b/config.mk | |
@@ -1,5 +1,5 @@ | |
# slock version | |
-VERSION = 1.2 | |
+VERSION = 1.3 | |
# Customize below to fit your system | |