From 6c98d270b90b86cf674f9c4cce3578c31f7bb586 Mon Sep 17 00:00:00 2001 From: laurentgom Date: Fri, 6 Feb 2009 16:27:53 +0000 Subject: [PATCH] Updated version number in makefiles git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1011 4e206d99-4929-0410-ac5d-dfc041789085 --- CSFML/src/SFML/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSFML/src/SFML/Makefile b/CSFML/src/SFML/Makefile index cd2f22e48..bcb6551eb 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.4 +export VERSION = 1.5 export CP = cp export LN = ln export LNFLAGS = -s -f