Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
icculus committed Aug 15, 2017
1 parent 98278f7 commit cd0ccf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/physfs.h
Expand Up @@ -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 */


Expand Down

0 comments on commit cd0ccf6

Please sign in to comment.