diff --git a/CMakeLists.txt b/CMakeLists.txt index 4635f97..b4ef61e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 2.8.4) project(PhysicsFS) -set(PHYSFS_VERSION 2.1.0) +set(PHYSFS_VERSION 2.1.1) # Increment this if/when we break backwards compatibility. set(PHYSFS_SOVERSION 1) diff --git a/src/physfs.h b/src/physfs.h index 7e2d6d7..fdc793e 100644 --- a/src/physfs.h +++ b/src/physfs.h @@ -434,7 +434,7 @@ typedef struct PHYSFS_Version #ifndef DOXYGEN_SHOULD_IGNORE_THIS #define PHYSFS_VER_MAJOR 2 #define PHYSFS_VER_MINOR 1 -#define PHYSFS_VER_PATCH 0 +#define PHYSFS_VER_PATCH 1 #endif /* DOXYGEN_SHOULD_IGNORE_THIS */