Skip to content

Commit

Permalink
Corrected soname.
Browse files Browse the repository at this point in the history
Apparently we should be using 0 if we add functions. It's only changing or
 removing symbols that causes an SOVERSION bump.
  • Loading branch information
icculus committed Mar 23, 2009
1 parent 78037a7 commit 3c38768
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Expand Up @@ -7,7 +7,9 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.4)

PROJECT(PhysicsFS)
SET(PHYSFS_VERSION 1.1.1)
SET(PHYSFS_SOVERSION 1)

# Increment this if/when we break backwards compatibility.
SET(PHYSFS_SOVERSION 0)

# I hate that they define "WIN32" ... we're about to move to Win64...I hope!
IF(WIN32 AND NOT WINDOWS)
Expand Down

0 comments on commit 3c38768

Please sign in to comment.