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