diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-08-12 11:35:56 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-08-12 11:35:56 +0300 |
commit | 243ca55234306d31300775ff7455b46755e33719 (patch) | |
tree | eb328d2c42166f9e8a65e6c7211211afb62318ed /CMakeLists.txt | |
parent | Install the bundled spdlog (diff) | |
download | nheko-243ca55234306d31300775ff7455b46755e33719.tar.xz |
Bump version to 0.5.3
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 365304a8..d2798364 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,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 "2") +set(CPACK_PACKAGE_VERSION_PATCH "3") set(PROJECT_VERSION_MAJOR ${CPACK_PACKAGE_VERSION_MAJOR}) set(PROJECT_VERSION_MINOR ${CPACK_PACKAGE_VERSION_MINOR}) set(PROJECT_VERSION_PATCH ${CPACK_PACKAGE_VERSION_PATCH}) |