X-Git-Url: https://git.xinqibao.xyz/slock.git/blobdiff_plain/597d0f27f53cf152edd1c230def4fd7983ac5919..20e294a66f4925b7db43e77ddcb0b885fedeca18:/config.mk?ds=inline

diff --git a/config.mk b/config.mk
index fd98ccb..1a17285 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # slock version
-VERSION = 0.1
+VERSION = 0.7
 
 # Customize below to fit your system
 
@@ -21,7 +21,7 @@ LDFLAGS = ${LIBS}
 #LDFLAGS = -g ${LIBS}
 
 # On *BSD remove -DHAVE_SHADOW_H from CFLAGS
-# On OpenBSD remove -lcrypt from LIBS
+# On OpenBSD and Darwin remove -lcrypt from LIBS
 
 # compiler and linker
 CC = cc