--- a/CMakeLists.txt Tue Mar 23 13:39:34 2010 -0400
+++ b/CMakeLists.txt Tue Mar 23 16:06:49 2010 -0400
@@ -6,7 +6,7 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
PROJECT(PhysicsFS)
-SET(PHYSFS_VERSION 2.0.0)
+SET(PHYSFS_VERSION 2.0.1)
# Increment this if/when we break backwards compatibility.
SET(PHYSFS_SOVERSION 1)
--- a/Doxyfile Tue Mar 23 13:39:34 2010 -0400
+++ b/Doxyfile Tue Mar 23 16:06:49 2010 -0400
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 2.0.0
+PROJECT_NUMBER = 2.0.1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
--- a/physfs.h Tue Mar 23 13:39:34 2010 -0400
+++ b/physfs.h Tue Mar 23 16:06:49 2010 -0400
@@ -405,7 +405,7 @@
#ifndef DOXYGEN_SHOULD_IGNORE_THIS
#define PHYSFS_VER_MAJOR 2
#define PHYSFS_VER_MINOR 0
-#define PHYSFS_VER_PATCH 0
+#define PHYSFS_VER_PATCH 1
#endif /* DOXYGEN_SHOULD_IGNORE_THIS */
--- a/test/test_physfs.c Tue Mar 23 13:39:34 2010 -0400
+++ b/test/test_physfs.c Tue Mar 23 16:06:49 2010 -0400
@@ -27,7 +27,7 @@
#define TEST_VERSION_MAJOR 2
#define TEST_VERSION_MINOR 0
-#define TEST_VERSION_PATCH 0
+#define TEST_VERSION_PATCH 1
static FILE *history_file = NULL;
static PHYSFS_uint32 do_buffer_size = 0;
--- a/test/wxtest_physfs.cpp Tue Mar 23 13:39:34 2010 -0400
+++ b/test/wxtest_physfs.cpp Tue Mar 23 16:06:49 2010 -0400
@@ -24,7 +24,7 @@
#define TEST_VER_MAJOR 2
#define TEST_VER_MINOR 0
-#define TEST_VER_PATCH 0
+#define TEST_VER_PATCH 1
//static PHYSFS_uint32 do_buffer_size = 0;