Bumped version to 3.0.3!
This commit is contained in:
parent
aa4165c3c7
commit
119f182c8b
|
@ -12,7 +12,7 @@
|
||||||
cmake_minimum_required(VERSION 2.8.12)
|
cmake_minimum_required(VERSION 2.8.12)
|
||||||
|
|
||||||
project(PhysicsFS)
|
project(PhysicsFS)
|
||||||
set(PHYSFS_VERSION 3.0.2)
|
set(PHYSFS_VERSION 3.0.3)
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# wmake -f Makefile.os2
|
# wmake -f Makefile.os2
|
||||||
|
|
||||||
LIBNAME = physfs
|
LIBNAME = physfs
|
||||||
VERSION = 3.0.2
|
VERSION = 3.0.3
|
||||||
|
|
||||||
LIBFILE = $(LIBNAME).lib
|
LIBFILE = $(LIBNAME).lib
|
||||||
DLLFILE = $(LIBNAME).dll
|
DLLFILE = $(LIBNAME).dll
|
||||||
|
|
|
@ -436,7 +436,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 2
|
#define PHYSFS_VER_PATCH 3
|
||||||
#endif /* DOXYGEN_SHOULD_IGNORE_THIS */
|
#endif /* DOXYGEN_SHOULD_IGNORE_THIS */
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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 2
|
#define TEST_VERSION_PATCH 3
|
||||||
|
|
||||||
static FILE *history_file = NULL;
|
static FILE *history_file = NULL;
|
||||||
static PHYSFS_uint32 do_buffer_size = 0;
|
static PHYSFS_uint32 do_buffer_size = 0;
|
||||||
|
|
Loading…
Reference in New Issue