Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sput42 committed Apr 23, 2018
1 parent 5061381 commit f29f852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ project(QuasselIRC)
# Versions
set(QUASSEL_MAJOR 0)
set(QUASSEL_MINOR 12)
set(QUASSEL_PATCH 4)
set(QUASSEL_VERSION_STRING "0.12.4")
set(QUASSEL_PATCH 5)
set(QUASSEL_VERSION_STRING "0.12.5")

# Output CMake version and build type for debug reasons
message(STATUS "Using CMake ${CMAKE_VERSION}")
Expand Down

0 comments on commit f29f852

Please sign in to comment.