Bumping version in CMakeLists.txt (but this is not ready for a release!).

This commit is contained in:
Ryan C. Gordon 2011-02-21 23:42:54 -05:00
parent 7dee41eb0c
commit 67995ad0c5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
PROJECT(PhysicsFS)
SET(PHYSFS_VERSION 2.0.0)
SET(PHYSFS_VERSION 2.1.0)
# Increment this if/when we break backwards compatibility.
SET(PHYSFS_SOVERSION 1)