Skip to content

Commit

Permalink
Bumped main branch to to 3.2.0!
Browse files Browse the repository at this point in the history
(This will, hopefully, become PhysicsFS 4.0, eventually.)
  • Loading branch information
icculus committed Sep 30, 2022
1 parent 6a7625c commit fdd38a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.os2
Expand Up @@ -2,7 +2,7 @@
# wmake -f Makefile.os2

LIBNAME = physfs
VERSION = 3.1.0
VERSION = 3.3.0

LIBFILE = $(LIBNAME).lib
DLLFILE = $(LIBNAME).dll
Expand Down
2 changes: 1 addition & 1 deletion src/physfs.h
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion test/test_physfs.c
Expand Up @@ -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;
Expand Down

0 comments on commit fdd38a3

Please sign in to comment.