summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-17 17:30:17 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-17 17:30:17 +0300
commit40facd116ef0b6aa264f0c98e54c8c41578c8727 (patch)
tree8042c6d332f98f8fa9ce5182c3f9dc3c3740a9d1 /CMakeLists.txt
parentFix the download path for the Windows notification lib (diff)
downloadnheko-40facd116ef0b6aa264f0c98e54c8c41578c8727.tar.xz
Bump version to v0.5.1
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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})