소스 검색

Screw it, change this back.

Ryan C. Gordon 17 년 전
부모
커밋
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)