From 67995ad0c57e9d7944cd8ebe43f139249709001b Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 21 Feb 2011 23:42:54 -0500 Subject: [PATCH] Bumping version in CMakeLists.txt (but this is not ready for a release!). --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 77712799..8a37ccf1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)