Changed version to 2.0
This commit is contained in:
parent
51293b19f4
commit
2e1ae13cc2
2 changed files with 2 additions and 2 deletions
|
@ -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@
|
||||
|
||||
|
|
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue