File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99# compile, using preprocessor checks for platform-specific bits instead of
1010# testing in here.
1111
12- set (PHYSFS_VERSION 3.1 .0)
12+ set (PHYSFS_VERSION 3.2 .0)
1313
1414cmake_minimum_required (VERSION 3.0)
1515
Original file line number Diff line number Diff line change 22# wmake -f Makefile.os2
33
44LIBNAME = physfs
5- VERSION = 3.1 .0
5+ VERSION = 3.2 .0
66
77LIBFILE = $(LIBNAME).lib
88DLLFILE = $(LIBNAME).dll
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ typedef struct PHYSFS_Version
435435
436436#ifndef DOXYGEN_SHOULD_IGNORE_THIS
437437#define PHYSFS_VER_MAJOR 3
438- #define PHYSFS_VER_MINOR 1
438+ #define PHYSFS_VER_MINOR 2
439439#define PHYSFS_VER_PATCH 0
440440#endif /* DOXYGEN_SHOULD_IGNORE_THIS */
441441
Original file line number Diff line number Diff line change 3131#include "physfs.h"
3232
3333#define TEST_VERSION_MAJOR 3
34- #define TEST_VERSION_MINOR 1
34+ #define TEST_VERSION_MINOR 2
3535#define TEST_VERSION_PATCH 0
3636
3737static FILE * history_file = NULL ;
You can’t perform that action at this time.
0 commit comments