commit 1311675b4b0178fe80a56dc4baec442132e3de52
parent 1a966dc33e321ab7106410aa196012d9f6cdc562
Author: garbeam <garbeam@mmv.wmii.de>
Date: Thu, 15 Dec 2005 03:45:12 +0200
prepared new snap
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/config.mk b/config.mk
@@ -11,10 +11,11 @@ LIBDIR = ${PREFIX}/lib
X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib
+VERSION = 20051215
+
# includes and libs
INCLUDES = -I. -I${INCDIR} -I/usr/include -I${X11INC}
LIBS = -L${LIBDIR} -L/usr/lib -lc -lm -L${X11LIB} -lX11
-VERSION = 3-current
# flags
CFLAGS = -O0 -g -Wall ${INCLUDES} -DVERSION=\"${VERSION}\"