Skip to content

Commit 007e35b

Browse files
committed
Update to Qt 6.11.0
1 parent e0133da commit 007e35b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ jobs:
8686
shell: pwsh
8787

8888
# Qt
89-
- name: Install Qt 6.10.2 + QtIFW
89+
- name: Install Qt 6.11.0 + QtIFW
9090
uses: jurplel/install-qt-action@v4
9191
with:
92-
version: '6.10.2'
92+
version: '6.11.0'
9393
host: ${{ matrix.qt_host }}
9494
target: desktop
9595
arch: ${{ matrix.qt_arch }}

src/Config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(PROJECT_VERSION "1.0.4")
22
set(PROJECT_YEAR "2026")
3-
set(PROJECT_RELEASE_DATE "2026-02-08")
3+
set(PROJECT_RELEASE_DATE "2026-03-28")
44
set(PROJECT_PACKAGE_NAME "range-cloud-client")
55
set(PROJECT_TARGET_NAME "cloud-client")
66
set(PROJECT_HUMAN_NAME "Range Cloud Client")

0 commit comments

Comments
 (0)