diff --git a/CMakeLists.txt b/CMakeLists.txt index 8527e06..e48fc6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.4) PROJECT(PhysicsFS) -SET(PHYSFS_VERSION 2.0.2) +SET(PHYSFS_VERSION 2.0.3) # Increment this if/when we break backwards compatibility. SET(PHYSFS_SOVERSION 1) diff --git a/physfs.h b/physfs.h index 23a8ddd..3c252c6 100644 --- a/physfs.h +++ b/physfs.h @@ -405,7 +405,7 @@ typedef struct PHYSFS_Version #ifndef DOXYGEN_SHOULD_IGNORE_THIS #define PHYSFS_VER_MAJOR 2 #define PHYSFS_VER_MINOR 0 -#define PHYSFS_VER_PATCH 2 +#define PHYSFS_VER_PATCH 3 #endif /* DOXYGEN_SHOULD_IGNORE_THIS */ diff --git a/test/test_physfs.c b/test/test_physfs.c index 2b2f446..ca994b5 100644 --- a/test/test_physfs.c +++ b/test/test_physfs.c @@ -27,7 +27,7 @@ #define TEST_VERSION_MAJOR 2 #define TEST_VERSION_MINOR 0 -#define TEST_VERSION_PATCH 2 +#define TEST_VERSION_PATCH 3 static FILE *history_file = NULL; static PHYSFS_uint32 do_buffer_size = 0; diff --git a/test/wxtest_physfs.cpp b/test/wxtest_physfs.cpp index 96b993b..09890e5 100644 --- a/test/wxtest_physfs.cpp +++ b/test/wxtest_physfs.cpp @@ -24,7 +24,7 @@ #define TEST_VER_MAJOR 2 #define TEST_VER_MINOR 0 -#define TEST_VER_PATCH 2 +#define TEST_VER_PATCH 3 //static PHYSFS_uint32 do_buffer_size = 0;