diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-04-13 14:51:48 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-04-13 15:05:22 +0300 |
commit | 96617385bc27e15d345b9a1ed1edaf0a7e837f66 (patch) | |
tree | 47576df293b15fac6a7735d17276724efbc984cb /CMakeLists.txt | |
parent | Add more Dutch translations (#296) (diff) | |
download | nheko-96617385bc27e15d345b9a1ed1edaf0a7e837f66.tar.xz |
Bump version to v0.3.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 69daf7e3..9ecfe2bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ include(QtCommon) project(nheko LANGUAGES C CXX) set(CPACK_PACKAGE_VERSION_MAJOR "0") set(CPACK_PACKAGE_VERSION_MINOR "3") -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}) |