From cd0ccf64edeb4925587c8bd03ff0a41ca70355de Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 15 Aug 2017 02:08:24 -0400 Subject: [PATCH] Bump version to 2.1.1, since we've been at 2.1.0 for 8.5 years. :) There isn't going to be an official 2.1.1 (or 2.1.0) release; we'll let this marinate a little and jump to 3.0! --- CMakeLists.txt | 2 +- src/physfs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4635f97a..b4ef61ef 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 7e2d6d7d..fdc793e2 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 */