[libraries/qrtfreader] /: Update version for new release 1.0.0
Sergey Katunin <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit bf1cf899fba67d660394d6e0698a4d2a0837ec9b by Sergey Katunin. Committed on 28/07/2026 at 20:32. Pushed by sgakerru into branch 'master'. Update version for new release 1.0.0 M +3 -3 CMakeLists.txt https://invent.kde.org/libraries/qrtfreader/-/commit/bf1cf899fba67d660394d6e0698a4d2a0837ec9b diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bfaa27..14781ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# SPDX-FileCopyrightText: 2010 Brad Hards <[email protected]> +# SPDX-FileCopyrightText: 2010 Brad Hards <[email protected]> # SPDX-FileCopyrightText: 2026 Sergey Katunin <[email protected]> # # SPDX-License-Identifier: BSD-2-Clause @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.16) -project(QRtfReader VERSION 0.2.0) +project(QRtfReader VERSION 1.0.0) set(REQUIRED_KF6_VERSION "6.0.0") set(REQUIRED_QT_VERSION 6.5.0) @@ -41,7 +41,7 @@ ecm_setup_version(PROJECT VARIABLE_PREFIX QRTFREADER VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/src/qrtfreader_version.h" PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/${CMAKECONFIG_NAME}ConfigVersion.cmake" - SOVERSION 0 + SOVERSION ${PROJECT_VERSION_MAJOR} ) find_package(Qt6 ${REQUIRED_QT_VERSION} REQUIRED Core Gui)