summary refs log tree commit diff
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-01 14:16:44 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-01 14:16:44 +0300
commitd2f1e641ba3604bd7e8bae13c29bac971f0a6011 (patch)
tree5592bca443dd4ed09c3eda106ddbe591b8461701
parentBump version to 0.5.5 (diff)
downloadnheko-d2f1e641ba3604bd7e8bae13c29bac971f0a6011.tar.xz
Forgot to update cmake project version
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index cb641cd5..e6f93445 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ include(QtCommon) project(nheko LANGUAGES C CXX) set(CPACK_PACKAGE_VERSION_MAJOR "0") set(CPACK_PACKAGE_VERSION_MINOR "5") -set(CPACK_PACKAGE_VERSION_PATCH "4") +set(CPACK_PACKAGE_VERSION_PATCH "5") set(PROJECT_VERSION_MAJOR ${CPACK_PACKAGE_VERSION_MAJOR}) set(PROJECT_VERSION_MINOR ${CPACK_PACKAGE_VERSION_MINOR}) set(PROJECT_VERSION_PATCH ${CPACK_PACKAGE_VERSION_PATCH})