Ryan C. Gordon 17 лет назад
Родитель
Сommit
10ce30f80d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      CMakeLists.txt

+ 1 - 1
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)