diff --git a/CHANGELOG.md b/CHANGELOG.md index f8c21522..ab390866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.7.25] - 2025-10-30 + +### Fixed + +- (cmake) Fix Qt version check variable name + ## [5.7.24] - 2025-10-16 ### Fixed diff --git a/VERSION b/VERSION index addaf70a..d626802b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.7.24 +5.7.25 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 29ac8c9b..b238cfa3 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: justforlxz pkgname=deepin-qt5integration-git -pkgver=5.7.24 +pkgver=5.7.25 pkgrel=1 sourcename=qt5integration sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index d42ac844..f450d289 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +qt5integration (5.7.25) unstable; urgency=medium + + * Release 5.7.25 + + -- yeshanshan Thu, 30 Oct 2025 21:46:36 +0800 + qt5integration (5.7.24) unstable; urgency=medium * Release 5.7.24 diff --git a/rpm/deepin-qt5integration.spec b/rpm/deepin-qt5integration.spec index 0c76fded..b7b1a6b8 100644 --- a/rpm/deepin-qt5integration.spec +++ b/rpm/deepin-qt5integration.spec @@ -1,7 +1,7 @@ %global repo qt5integration Name: deepin-qt5integration -Version: 5.7.24 +Version: 5.7.25 Release: 1%{?dist} Summary: Qt platform theme integration plugins for DDE # The entire source code is GPLv3+ except styles/ which is BSD,