Skip to content

Commit

Permalink
Bumped version to 3.0.3!
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 30, 2022
1 parent aa4165c commit 119f182
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
cmake_minimum_required(VERSION 2.8.12)

project(PhysicsFS)
set(PHYSFS_VERSION 3.0.2)
set(PHYSFS_VERSION 3.0.3)

include(GNUInstallDirs)

Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.os2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# wmake -f Makefile.os2

LIBNAME = physfs
VERSION = 3.0.2
VERSION = 3.0.3

LIBFILE = $(LIBNAME).lib
DLLFILE = $(LIBNAME).dll
Expand Down
2 changes: 1 addition & 1 deletion src/physfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ typedef struct PHYSFS_Version
#ifndef DOXYGEN_SHOULD_IGNORE_THIS
#define PHYSFS_VER_MAJOR 3
#define PHYSFS_VER_MINOR 0
#define PHYSFS_VER_PATCH 2
#define PHYSFS_VER_PATCH 3
#endif /* DOXYGEN_SHOULD_IGNORE_THIS */


Expand Down
2 changes: 1 addition & 1 deletion test/test_physfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#define TEST_VERSION_MAJOR 3
#define TEST_VERSION_MINOR 0
#define TEST_VERSION_PATCH 2
#define TEST_VERSION_PATCH 3

static FILE *history_file = NULL;
static PHYSFS_uint32 do_buffer_size = 0;
Expand Down

0 comments on commit 119f182

Please sign in to comment.