Skip to content

Commit

Permalink
Bumped version to 2.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 23, 2012
1 parent 3e0fb8c commit 69f3a26
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion physfs.h
Expand Up @@ -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 */


Expand Down
2 changes: 1 addition & 1 deletion test/test_physfs.c
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion test/wxtest_physfs.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit 69f3a26

Please sign in to comment.