Skip to content

Commit baf0e7c

Browse files
committed
Update version
1 parent 5a0623f commit baf0e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
66
SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
77

88
SET(SDL2PP_MAJOR_VERSION 0)
9-
SET(SDL2PP_MINOR_VERSION 4)
9+
SET(SDL2PP_MINOR_VERSION 5)
1010
SET(SDL2PP_PATCH_VERSION 0)
1111

1212
SET(SDL2PP_VERSION "${SDL2PP_MAJOR_VERSION}.${SDL2PP_MINOR_VERSION}.${SDL2PP_PATCH_VERSION}")

0 commit comments

Comments
 (0)