trunk is now version 1.7

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1472 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
LaurentGom 2010-03-18 14:41:17 +00:00
parent 30ea39dc6f
commit 680b5628b8
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 LDFLAGS = -shared
export LIBPATH = ../../../lib
export VERSION = 1.6
export VERSION = 1.7
export CP = cp
export LN = ln
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 LDFLAGS = $(LINKFLAGS)
export LIBPATH = ../../../lib
export VERSION = 1.6
export VERSION = 1.7
export CP = cp
export LN = ln
export LNFLAGS = -s -f