Skip to content

Commit eb3383b

Browse files
committed
Bumped version to 3.2.0!
1 parent 6a7625c commit eb3383b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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

1414
cmake_minimum_required(VERSION 3.0)
1515

src/Makefile.os2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# wmake -f Makefile.os2
33

44
LIBNAME = physfs
5-
VERSION = 3.1.0
5+
VERSION = 3.2.0
66

77
LIBFILE = $(LIBNAME).lib
88
DLLFILE = $(LIBNAME).dll

src/physfs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

test/test_physfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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

3737
static FILE *history_file = NULL;

0 commit comments

Comments
 (0)