Skip to content
Snippets Groups Projects
Verified Commit 95d5e63f authored by Joe Donofry's avatar Joe Donofry
Browse files

Version number fixes

parent 3ea5a92b
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ include(QtCommon)
project(nheko LANGUAGES CXX C)
set(CPACK_PACKAGE_VERSION_MAJOR "0")
set(CPACK_PACKAGE_VERSION_MINOR "7")
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})
......
[Desktop Entry]
Name=nheko
Version=0.7.2
Version=1.0
Comment=Desktop client for Matrix
Exec=nheko
Icon=nheko
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment