[libraries/ktextaddons] /: Increase version
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 7377137deb8cff24ea68722d2f673cbd63231284 by Laurent Montel. Committed on 27/07/2026 at 11:22. Pushed by mlaurent into branch 'master'. Increase version M +1 -1 CMakeLists.txt https://invent.kde.org/libraries/ktextaddons/-/commit/7377137deb8cff24ea68722d2f673cbd63231284 diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d87725e7..8e675742f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2022-2026 Laurent Montel <[email protected]> # SPDX-License-Identifier: BSD-3-Clause cmake_minimum_required(VERSION 3.29) -set(KTEXTADDONS_CURRENT_VERSION "2.1.41") +set(KTEXTADDONS_CURRENT_VERSION "2.1.42") project(KTextAddons VERSION ${KTEXTADDONS_CURRENT_VERSION}) set(QT_REQUIRED_VERSION "6.10.0")