From 520169fdc61c915d9cbdd435ed623928e38fc086 Mon Sep 17 00:00:00 2001 From: laurentgom Date: Thu, 28 May 2009 16:05:07 +0000 Subject: [PATCH] tagged version 1.5, trunk is now version 1.6 git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1113 4e206d99-4929-0410-ac5d-dfc041789085 --- CSFML/src/SFML/Makefile | 2 +- src/SFML/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CSFML/src/SFML/Makefile b/CSFML/src/SFML/Makefile index bcb6551e..553e181f 100644 --- a/CSFML/src/SFML/Makefile +++ b/CSFML/src/SFML/Makefile @@ -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.5 +export VERSION = 1.6 export CP = cp export LN = ln export LNFLAGS = -s -f diff --git a/src/SFML/Makefile b/src/SFML/Makefile index dbc9d45c..02b70e46 100644 --- a/src/SFML/Makefile +++ b/src/SFML/Makefile @@ -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.5 +export VERSION = 1.6 export CP = cp export LN = ln export LNFLAGS = -s -f