diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-17 17:30:17 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-17 17:30:17 +0300 |
commit | 40facd116ef0b6aa264f0c98e54c8c41578c8727 (patch) | |
tree | 8042c6d332f98f8fa9ce5182c3f9dc3c3740a9d1 /CMakeLists.txt | |
parent | Fix the download path for the Windows notification lib (diff) | |
download | nheko-40facd116ef0b6aa264f0c98e54c8c41578c8727.tar.xz |
Bump version to v0.5.1
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 162328a4..e3203cc7 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 "0") +set(CPACK_PACKAGE_VERSION_PATCH "1") set(PROJECT_VERSION_MAJOR ${CPACK_PACKAGE_VERSION_MAJOR}) set(PROJECT_VERSION_MINOR ${CPACK_PACKAGE_VERSION_MINOR}) set(PROJECT_VERSION_PATCH ${CPACK_PACKAGE_VERSION_PATCH}) |