Skip to content

Commit

Permalink
Bump version to NewUI Preview 13
Browse files Browse the repository at this point in the history
  • Loading branch information
elvissteinjr committed Dec 4, 2023
1 parent ee66709 commit 327e564
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file modified src/DesktopPlus/DesktopPlus.rc
Binary file not shown.
Binary file modified src/DesktopPlusUI/DesktopPlusUI.rc
Binary file not shown.
8 changes: 4 additions & 4 deletions src/DesktopPlusWinRT/DesktopPlusWinRT.rc
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,9,9,16
PRODUCTVERSION 2,9,9,16
FILEVERSION 2,9,9,17
PRODUCTVERSION 2,9,9,17
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -43,10 +43,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "elvissteinjr"
VALUE "FileDescription", "Desktop+ WinRT Wrapper"
VALUE "FileVersion", "2.9.9.16"
VALUE "FileVersion", "2.9.9.17"
VALUE "LegalCopyright", "Copyright � 2019 - 2023 elvissteinjr"
VALUE "ProductName", "Desktop+ WinRT"
VALUE "ProductVersion", "2.9.9.16"
VALUE "ProductVersion", "2.9.9.17"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion src/Shared/Logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "loguru.hpp"

//Version string logged and displayed in the UI
static const char* const k_pch_DesktopPlusVersion = "Desktop+ NewUI Preview 12.1";
static const char* const k_pch_DesktopPlusVersion = "Desktop+ NewUI Preview 13";

void DPLog_Init(const char* name);
void DPLog_SteamVR_SystemInfo();
Expand Down

0 comments on commit 327e564

Please sign in to comment.