From 6e87a4b13b1deb7ae62fce4538b8acbe662c2539 Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Wed, 1 Oct 2025 14:19:22 +0800 Subject: [PATCH] chore: bump release info to 0.4.0 --- .github/workflows/windows.yml | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 587ff02..cd6f547 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: include: - - qt_ver: '6.9.2' + - qt_ver: '6.9.3' vs: '2022' aqt_arch: 'win64_msvc2022_64' msvc_arch: 'x64' diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d3a29e..c0cd1a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.12) -project(pineapple-music LANGUAGES CXX VERSION 0.3.0) +project(pineapple-music LANGUAGES CXX VERSION 0.4.0) include (GNUInstallDirs) include (FeatureSummary)