Skip to content

Commit

Permalink
Bump version to NewUI Preview 8
Browse files Browse the repository at this point in the history
  • Loading branch information
elvissteinjr committed Oct 3, 2022
1 parent f95e56e commit bef65eb
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.
2 changes: 1 addition & 1 deletion src/DesktopPlusUI/WindowSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,7 @@ void WindowSettings::UpdatePageMainCatMisc()
ImGui::Columns(2, "ColumnVersion", false);
ImGui::SetColumnWidth(0, m_Column0Width);

ImGui::TextUnformatted("Desktop+ NewUI Preview 7");
ImGui::TextUnformatted("Desktop+ NewUI Preview 8");

ImGui::Columns(1);
}
Expand Down
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,7
PRODUCTVERSION 2,9,9,7
FILEVERSION 2,9,9,8
PRODUCTVERSION 2,9,9,8
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.7"
VALUE "FileVersion", "2.9.9.8"
VALUE "LegalCopyright", "Copyright � 2019 - 2022 elvissteinjr"
VALUE "ProductName", "Desktop+ WinRT"
VALUE "ProductVersion", "2.9.9.7"
VALUE "ProductVersion", "2.9.9.8"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit bef65eb

Please sign in to comment.