Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bumped version to 3.0.1!
  • Loading branch information
icculus committed Oct 26, 2017
1 parent 179bd1d commit 9ea364e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -12,7 +12,7 @@
cmake_minimum_required(VERSION 2.8.4)

project(PhysicsFS)
set(PHYSFS_VERSION 3.0.0)
set(PHYSFS_VERSION 3.0.1)

# Increment this if/when we break backwards compatibility.
set(PHYSFS_SOVERSION 1)
Expand Down
2 changes: 1 addition & 1 deletion src/physfs.h
Expand Up @@ -434,7 +434,7 @@ typedef struct PHYSFS_Version
#ifndef DOXYGEN_SHOULD_IGNORE_THIS
#define PHYSFS_VER_MAJOR 3
#define PHYSFS_VER_MINOR 0
#define PHYSFS_VER_PATCH 0
#define PHYSFS_VER_PATCH 1
#endif /* DOXYGEN_SHOULD_IGNORE_THIS */


Expand Down
2 changes: 1 addition & 1 deletion test/test_physfs.c
Expand Up @@ -32,7 +32,7 @@

#define TEST_VERSION_MAJOR 3
#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;
Expand Down

0 comments on commit 9ea364e

Please sign in to comment.