Bumped main branch to to 3.2.0!

(This will, hopefully, become PhysicsFS 4.0, eventually.)
This commit is contained in:
Ryan C. Gordon 2022-09-30 16:14:24 -04:00
parent 6a7625cd77
commit fdd38a3f8a
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
# compile, using preprocessor checks for platform-specific bits instead of # compile, using preprocessor checks for platform-specific bits instead of
# testing in here. # testing in here.
set(PHYSFS_VERSION 3.1.0) set(PHYSFS_VERSION 3.3.0)
cmake_minimum_required(VERSION 3.0) cmake_minimum_required(VERSION 3.0)

View File

@ -2,7 +2,7 @@
# wmake -f Makefile.os2 # wmake -f Makefile.os2
LIBNAME = physfs LIBNAME = physfs
VERSION = 3.1.0 VERSION = 3.3.0
LIBFILE = $(LIBNAME).lib LIBFILE = $(LIBNAME).lib
DLLFILE = $(LIBNAME).dll DLLFILE = $(LIBNAME).dll

View File

@ -435,7 +435,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 1 #define PHYSFS_VER_MINOR 3
#define PHYSFS_VER_PATCH 0 #define PHYSFS_VER_PATCH 0
#endif /* DOXYGEN_SHOULD_IGNORE_THIS */ #endif /* DOXYGEN_SHOULD_IGNORE_THIS */

View File

@ -31,7 +31,7 @@
#include "physfs.h" #include "physfs.h"
#define TEST_VERSION_MAJOR 3 #define TEST_VERSION_MAJOR 3
#define TEST_VERSION_MINOR 1 #define TEST_VERSION_MINOR 3
#define TEST_VERSION_PATCH 0 #define TEST_VERSION_PATCH 0
static FILE *history_file = NULL; static FILE *history_file = NULL;