Updated version number in makefiles

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1011 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
laurentgom 2009-02-06 16:27:53 +00:00
parent 764198c712
commit fc3766e290
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ export CPP = g++
export CFLAGS = -W -Wall -pedantic -fPIC -Wno-unused -I../.. -I../../../include -DNDEBUG -DCSFML_EXPORTS -O2 export CFLAGS = -W -Wall -pedantic -fPIC -Wno-unused -I../.. -I../../../include -DNDEBUG -DCSFML_EXPORTS -O2
export LDFLAGS = -shared export LDFLAGS = -shared
export LIBPATH = ../../../lib export LIBPATH = ../../../lib
export VERSION = 1.4 export VERSION = 2.0
export CP = cp export CP = cp
export LN = ln export LN = ln
export LNFLAGS = -s -f export LNFLAGS = -s -f

View File

@ -21,7 +21,7 @@ export CFLAGS = -W -Wall -pedantic -I../../../include -I../../ $(DEBUGFLAGS)
export CFLAGSEXT = -I../../../include -I../.. $(DEBUGFLAGS) $(BUILDFLAGS) export CFLAGSEXT = -I../../../include -I../.. $(DEBUGFLAGS) $(BUILDFLAGS)
export LDFLAGS = $(LINKFLAGS) export LDFLAGS = $(LINKFLAGS)
export LIBPATH = ../../../lib export LIBPATH = ../../../lib
export VERSION = 1.5 export VERSION = 2.0
export CP = cp export CP = cp
export LN = ln export LN = ln
export LNFLAGS = -s -f export LNFLAGS = -s -f