summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-01-13 14:09:41 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-01-13 14:09:41 +0100
commit6725bb2a3a425ffff9c2253d60c0f25513c78a93 (patch)
tree47d0689fc98e1527f98bf86c2be408da7c1fc5d4 /config.mk
parent11642443f520a3f7fe6ecfd7411bf18b3f2081d3 (diff)
fixed a potential buffer overflow bug on the stack (thanks to Ghassan Misherg)
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index df3b2dc..22a1585 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
# slock version
-VERSION = 0.3
+VERSION = 0.4
# Customize below to fit your system