Skip to content

Commit

Permalink
Prepare for 15.9.0 and Qt 6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartenHilferink committed Oct 15, 2024
1 parent 1060236 commit 546569e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions BuildSignAndCreateSetup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ echo on
cls

set DMS_VERSION_MAJOR=15
set DMS_VERSION_MINOR=8
set DMS_VERSION_PATCH=1
set DMS_VERSION_MINOR=9
set DMS_VERSION_PATCH=0

set geodms_rootdir=%cd%

Expand Down
2 changes: 1 addition & 1 deletion qtgui/exe/GeoDmsGuiQt.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<IgnoreImportLibrary>true</IgnoreImportLibrary>
</PropertyGroup>
<PropertyGroup Label="QtSettings">
<QtInstall>6.7.3_msvc2022_64</QtInstall>
<QtInstall>6.8.0_msvc2022_64</QtInstall>
<QtModules>core;gui;widgets;printsupport;webenginewidgets</QtModules>
<QtDeploy>true</QtDeploy>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions rtc/dll/src/RtcGeneratedVersion.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define DMS_VERSION_MAJOR 15
#define DMS_VERSION_MINOR 8
#define DMS_VERSION_PATCH 1
#define DMS_VERSION_MINOR 9
#define DMS_VERSION_PATCH 0

0 comments on commit 546569e

Please sign in to comment.