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)