# HG changeset patch # User Ryan C. Gordon # Date 1238271368 14400 # Node ID 5cabc31eb563acf9151e83cbbb3a2baf90bb4285 # Parent 48ad89e6042cd8c4d1b65cbcb3c4d0a3e577db17 Bumped version number (although we're probably far from a real 2.1.0 release). diff -r 48ad89e6042c -r 5cabc31eb563 src/physfs.h --- a/src/physfs.h Sat Mar 28 16:15:03 2009 -0400 +++ b/src/physfs.h Sat Mar 28 16:16:08 2009 -0400 @@ -400,7 +400,7 @@ #ifndef DOXYGEN_SHOULD_IGNORE_THIS #define PHYSFS_VER_MAJOR 2 -#define PHYSFS_VER_MINOR 0 +#define PHYSFS_VER_MINOR 1 #define PHYSFS_VER_PATCH 0 #endif /* DOXYGEN_SHOULD_IGNORE_THIS */