From 9b561b47990bf13a41fb2e3f9147d42a6e8752a6 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 18 Feb 2011 16:17:25 -0500 Subject: [PATCH] Upped version to 2.0.2 --- CMakeLists.txt | 2 +- Doxyfile | 2 +- physfs.h | 2 +- test/test_physfs.c | 2 +- test/wxtest_physfs.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b0b53c9f..e5807bae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.4) PROJECT(PhysicsFS) -SET(PHYSFS_VERSION 2.0.1) +SET(PHYSFS_VERSION 2.0.2) # Increment this if/when we break backwards compatibility. SET(PHYSFS_SOVERSION 1) diff --git a/Doxyfile b/Doxyfile index 2de77f22..0b913fce 100644 --- a/Doxyfile +++ b/Doxyfile @@ -23,7 +23,7 @@ PROJECT_NAME = physfs # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 2.0.1 +PROJECT_NUMBER = 2.0.2 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/physfs.h b/physfs.h index c3ea35f4..23a8ddd6 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 1 +#define PHYSFS_VER_PATCH 2 #endif /* DOXYGEN_SHOULD_IGNORE_THIS */ diff --git a/test/test_physfs.c b/test/test_physfs.c index 49b05e9e..2b2f4466 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 1 +#define TEST_VERSION_PATCH 2 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 9d31406b..96b993b9 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 1 +#define TEST_VER_PATCH 2 //static PHYSFS_uint32 do_buffer_size = 0;