diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-05-25 10:15:51 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-05-25 10:15:51 +0300 |
commit | f533d9d7eaff5a19751b802a136598dbebb1f5ef (patch) | |
tree | 1f761b033bd3e2df64089ae6206fb2fafa92e984 /CMakeLists.txt | |
parent | Make the number of unread messages fit in the bubble (diff) | |
download | nheko-f533d9d7eaff5a19751b802a136598dbebb1f5ef.tar.xz |
Bump version to 0.4.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 df9f83dd..e6859968 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 "4") -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}) |