diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-01-13 14:09:41 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-01-13 14:09:41 +0100 |
commit | 6725bb2a3a425ffff9c2253d60c0f25513c78a93 (patch) | |
tree | 47d0689fc98e1527f98bf86c2be408da7c1fc5d4 /config.mk | |
parent | 11642443f520a3f7fe6ecfd7411bf18b3f2081d3 (diff) | |
download | slock-0.4.tar.gz slock-0.4.tar.xz |
fixed a potential buffer overflow bug on the stack (thanks to Ghassan Misherg)0.4
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # slock version -VERSION = 0.3 +VERSION = 0.4 # Customize below to fit your system |