Bumped version to 3.0.3!

This commit is contained in:
Ryan C. Gordon 2022-09-30 16:10:38 -04:00
parent aa4165c3c7
commit 119f182c8b
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
4 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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

View File

@ -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 */

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 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;