From 10ce30f80d169838cc41a0c28e02a585596c64cf Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 23 Mar 2009 00:12:03 -0400 Subject: [PATCH] Screw it, change this back. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c2ee0eb7..8c692b52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ PROJECT(PhysicsFS) SET(PHYSFS_VERSION 1.1.1) # Increment this if/when we break backwards compatibility. -SET(PHYSFS_SOVERSION 0) +SET(PHYSFS_SOVERSION 1) # I hate that they define "WIN32" ... we're about to move to Win64...I hope! IF(WIN32 AND NOT WINDOWS)