Screw it, change this back.

This commit is contained in:
Ryan C. Gordon 2009-03-23 00:12:03 -04:00
parent 3c38768192
commit 10ce30f80d
1 changed files with 1 additions and 1 deletions

View File

@ -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)