Bumping version in CMakeLists.txt (but this is not ready for a release!).
This commit is contained in:
parent
7dee41eb0c
commit
67995ad0c5
|
@ -6,7 +6,7 @@
|
||||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
|
CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
|
||||||
|
|
||||||
PROJECT(PhysicsFS)
|
PROJECT(PhysicsFS)
|
||||||
SET(PHYSFS_VERSION 2.0.0)
|
SET(PHYSFS_VERSION 2.1.0)
|
||||||
|
|
||||||
# Increment this if/when we break backwards compatibility.
|
# Increment this if/when we break backwards compatibility.
|
||||||
SET(PHYSFS_SOVERSION 1)
|
SET(PHYSFS_SOVERSION 1)
|
||||||
|
|
Loading…
Reference in New Issue