diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-04-03 15:17:34 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-04-03 15:17:34 +0300 |
commit | 8dc17ccecb55d1957f4b717829777d381e34ab85 (patch) | |
tree | e9a3c313c40057dddebf87da3e620165a785486c /CMakeLists.txt | |
parent | Update the room list after a redacted event has been removed (diff) | |
download | nheko-8dc17ccecb55d1957f4b717829777d381e34ab85.tar.xz |
Bump version
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f2badd8..69daf7e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,8 +11,8 @@ include(QtCommon) project(nheko LANGUAGES C CXX) set(CPACK_PACKAGE_VERSION_MAJOR "0") -set(CPACK_PACKAGE_VERSION_MINOR "2") -set(CPACK_PACKAGE_VERSION_PATCH "1") +set(CPACK_PACKAGE_VERSION_MINOR "3") +set(CPACK_PACKAGE_VERSION_PATCH "0") set(PROJECT_VERSION_MAJOR ${CPACK_PACKAGE_VERSION_MAJOR}) set(PROJECT_VERSION_MINOR ${CPACK_PACKAGE_VERSION_MINOR}) set(PROJECT_VERSION_PATCH ${CPACK_PACKAGE_VERSION_PATCH}) |