Bumped version to 3.0.2!

This commit is contained in:
Ryan C. Gordon 2019-03-18 14:35:44 -04:00
parent 2dc2dd1b04
commit f8f89035c4
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
cmake_minimum_required(VERSION 2.8.4) cmake_minimum_required(VERSION 2.8.4)
project(PhysicsFS) project(PhysicsFS)
set(PHYSFS_VERSION 3.0.1) set(PHYSFS_VERSION 3.0.2)
# Increment this if/when we break backwards compatibility. # Increment this if/when we break backwards compatibility.
set(PHYSFS_SOVERSION 1) set(PHYSFS_SOVERSION 1)

View File

@ -434,7 +434,7 @@ typedef struct PHYSFS_Version
#ifndef DOXYGEN_SHOULD_IGNORE_THIS #ifndef DOXYGEN_SHOULD_IGNORE_THIS
#define PHYSFS_VER_MAJOR 3 #define PHYSFS_VER_MAJOR 3
#define PHYSFS_VER_MINOR 0 #define PHYSFS_VER_MINOR 0
#define PHYSFS_VER_PATCH 1 #define PHYSFS_VER_PATCH 2
#endif /* DOXYGEN_SHOULD_IGNORE_THIS */ #endif /* DOXYGEN_SHOULD_IGNORE_THIS */

View File

@ -32,7 +32,7 @@
#define TEST_VERSION_MAJOR 3 #define TEST_VERSION_MAJOR 3
#define TEST_VERSION_MINOR 0 #define TEST_VERSION_MINOR 0
#define TEST_VERSION_PATCH 1 #define TEST_VERSION_PATCH 2
static FILE *history_file = NULL; static FILE *history_file = NULL;
static PHYSFS_uint32 do_buffer_size = 0; static PHYSFS_uint32 do_buffer_size = 0;