fixed version

This commit is contained in:
garbeam 2005-12-14 02:53:24 +02:00
parent 5bbff9db94
commit ab068f2594

View File

@ -14,7 +14,7 @@ X11LIB = /usr/X11R6/lib
# includes and libs
INCLUDES = -I. -I${INCDIR} -I/usr/include -I${X11INC}
LIBS = -L${LIBDIR} -L/usr/lib -lc -lm -L${X11LIB} -lX11
VERSION = 20051214_experimental
VERSION = 3-current
# flags
CFLAGS = -O0 -g -Wall ${INCLUDES} -DVERSION=\"${VERSION}\"