mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Updated version number in makefiles
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1011 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
08fea61154
commit
6c98d270b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user