Skip to content

Commit

Permalink
Bump version to NewUI Preview 5
Browse files Browse the repository at this point in the history
  • Loading branch information
elvissteinjr committed Mar 20, 2022
1 parent b2cb9e7 commit 90f8590
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file modified src/DesktopPlus/DesktopPlus.rc
Binary file not shown.
Binary file modified src/DesktopPlusUI/DesktopPlusUI.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion src/DesktopPlusUI/WindowSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ void WindowSettings::UpdatePageMainCatMisc()
ImGui::Columns(2, "ColumnVersion", false);
ImGui::SetColumnWidth(0, m_Column0Width);

ImGui::TextUnformatted("Desktop+ NewUI Preview 4");
ImGui::TextUnformatted("Desktop+ NewUI Preview 5");

ImGui::Columns(1);
}
Expand Down
10 changes: 5 additions & 5 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,4
PRODUCTVERSION 2,9,9,4
FILEVERSION 2,9,9,5
PRODUCTVERSION 2,9,9,5
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.4"
VALUE "LegalCopyright", "Copyright � 2019 - 2021 elvissteinjr"
VALUE "FileVersion", "2.9.9.5"
VALUE "LegalCopyright", "Copyright � 2019 - 2022 elvissteinjr"
VALUE "ProductName", "Desktop+ WinRT"
VALUE "ProductVersion", "2.9.9.4"
VALUE "ProductVersion", "2.9.9.5"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 90f8590

Please sign in to comment.