Bumped main branch to to 3.2.0!
(This will, hopefully, become PhysicsFS 4.0, eventually.)
This commit is contained in:
parent
6a7625cd77
commit
fdd38a3f8a
|
@ -9,7 +9,7 @@
|
|||
# compile, using preprocessor checks for platform-specific bits instead of
|
||||
# testing in here.
|
||||
|
||||
set(PHYSFS_VERSION 3.1.0)
|
||||
set(PHYSFS_VERSION 3.3.0)
|
||||
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# wmake -f Makefile.os2
|
||||
|
||||
LIBNAME = physfs
|
||||
VERSION = 3.1.0
|
||||
VERSION = 3.3.0
|
||||
|
||||
LIBFILE = $(LIBNAME).lib
|
||||
DLLFILE = $(LIBNAME).dll
|
||||
|
|
|
@ -435,7 +435,7 @@ typedef struct PHYSFS_Version
|
|||
|
||||
#ifndef DOXYGEN_SHOULD_IGNORE_THIS
|
||||
#define PHYSFS_VER_MAJOR 3
|
||||
#define PHYSFS_VER_MINOR 1
|
||||
#define PHYSFS_VER_MINOR 3
|
||||
#define PHYSFS_VER_PATCH 0
|
||||
#endif /* DOXYGEN_SHOULD_IGNORE_THIS */
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include "physfs.h"
|
||||
|
||||
#define TEST_VERSION_MAJOR 3
|
||||
#define TEST_VERSION_MINOR 1
|
||||
#define TEST_VERSION_MINOR 3
|
||||
#define TEST_VERSION_PATCH 0
|
||||
|
||||
static FILE *history_file = NULL;
|
||||
|
|
Loading…
Reference in New Issue