Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Updated app version
Browse files Browse the repository at this point in the history
  • Loading branch information
Inklay committed Oct 26, 2020
1 parent b7a065c commit c37dc2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions res/app.rc
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Inklay"
VALUE "FileDescription", "ETS2&ATS Sync Helper"
VALUE "FileVersion", "5.8.0"
VALUE "FileVersion", "5.8.0 PR1"
VALUE "InternalName", "ETS2-ATS-Sync-Helper"
VALUE "LegalCopyright", "� Copyright 2020 Inklay, forked from David Santos's project"
VALUE "OriginalFilename", "ETS2_ATS_Sync_Helper.exe"
VALUE "ProductName", "ETS2&ATS Sync Helper"
VALUE "ProductVersion", "5.8.0"
VALUE "ProductVersion", "5.8.0 PR1"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion src/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include <string>

#define THIS_APP_VERSION L"5.8.0"
#define THIS_APP_VERSION L"5.8.0 PR1"

const std::wstring APP_NAME = L"ETS2-ATS-Sync-Helper";
const std::wstring APP_DISPLAY_NAME = L"ETS2&ATS Sync Helper";
Expand Down

0 comments on commit c37dc2f

Please sign in to comment.