Skip to content

Commit

Permalink
Bump version to 2.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
elvissteinjr committed Jan 2, 2024
1 parent 5813209 commit 9e917c3
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 @@ -3087,7 +3087,7 @@ void WindowSettings::UpdateCatMisc()
ImGui::Columns(2, "ColumnVersionInfo", false);
ImGui::SetColumnWidth(0, column_width_0 * 2.0f);

ImGui::Text("Desktop+ Version 2.8.5");
ImGui::Text("Desktop+ Version 2.8.6");

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,8,5,0
PRODUCTVERSION 2,8,5,0
FILEVERSION 2,8,6,0
PRODUCTVERSION 2,8,6,0
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.8.5.0"
VALUE "LegalCopyright", "Copyright � 2019 - 2023 elvissteinjr"
VALUE "FileVersion", "2.8.6.0"
VALUE "LegalCopyright", "Copyright � 2019 - 2024 elvissteinjr"
VALUE "ProductName", "Desktop+ WinRT"
VALUE "ProductVersion", "2.8.5.0"
VALUE "ProductVersion", "2.8.6.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 9e917c3

Please sign in to comment.