Skip to content

Commit 89eb235

Browse files
committed
Bump version to 3.2
1 parent 8a4fe63 commit 89eb235

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

src/DesktopPlus/DesktopPlus.rc

0 Bytes
Binary file not shown.

src/DesktopPlusUI/DesktopPlusUI.rc

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

src/Shared/Logging.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//Version string logged and displayed in the UI
88
//DPLUS_SHA is set externally for nightly builds to use the commit hash in version string
99
//DPLUS_SHA is also always defined but usually empty... so we detect this with some constexpr trickery instead of messing with the build system even more
10-
constexpr const char* const k_pch_DesktopPlusVersion = (sizeof("" DPLUS_SHA) <= 1) ? "Desktop+ 3.1.1 Beta" : "Desktop+ " DPLUS_SHA;
10+
constexpr const char* const k_pch_DesktopPlusVersion = (sizeof("" DPLUS_SHA) <= 1) ? "Desktop+ 3.2" : "Desktop+ " DPLUS_SHA;
1111

1212
//Version written to config file
1313
//Only really increased when backward incompatible changes were made (we fall back to default values when things are missing usually)

0 commit comments

Comments
 (0)