diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-28 13:24:12 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-28 13:51:14 +0300 |
commit | edf9f5242a0119e3bd9e03627871a4e716a6c7ef (patch) | |
tree | c89066f06f0e52b498c45394f8edeccf38f1369a /CMakeLists.txt | |
parent | i18n: Update Polish translation (#390) (diff) | |
download | nheko-edf9f5242a0119e3bd9e03627871a4e716a6c7ef.tar.xz |
v0.5.2
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 1a83f002..7fe3ae86 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 "1") +set(CPACK_PACKAGE_VERSION_PATCH "2") set(PROJECT_VERSION_MAJOR ${CPACK_PACKAGE_VERSION_MAJOR}) set(PROJECT_VERSION_MINOR ${CPACK_PACKAGE_VERSION_MINOR}) set(PROJECT_VERSION_PATCH ${CPACK_PACKAGE_VERSION_PATCH}) |