Changed version to 2.0

This commit is contained in:
jsalmon3 2004-03-28 19:29:10 +00:00
parent 51293b19f4
commit 2e1ae13cc2
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ VIDEO_CFLAGS = @VIDEO_CFLAGS@
COMP_CFLAGS = -DUSE_ZLIB @BZ2_CFLAGS@
COMP_LIBS = -lz @BZ2_LIBS@
VERSION= '-DVERSION="2.00pre1"'
VERSION= '-DVERSION="2.0"'
TOOLLIBS=$(XLDFLAGS) -lpng -lz -lm @THREAD_LIBS@ -L/usr/local/lib @STATIC_LDFLAGS@

View file

@ -150,7 +150,7 @@ PREFIX=/usr/local
#PROFILE= -pg -a
# Compile Version
VERSION= '-DVERSION="1.18pre1"'
VERSION= '-DVERSION="2.0"'
############################################################################
# below this, nothing should be changed!