Skip to content

Commit

Permalink
update for version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamiras committed Jan 28, 2022
1 parent 6ad9f0d commit 34c1b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/RA_Version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ BEGIN
VALUE "FileDescription", "RetroAchievements Integration Toolkit"
VALUE "FileVersion", RA_INTEGRATION_VERSION_MAJOR, RA_INTEGRATION_VERSION_MINOR, RA_INTEGRATION_VERSION_PATCH, RA_INTEGRATION_VERSION_REVISION
VALUE "InternalName", "RA_Integration"
VALUE "LegalCopyright", "Copyright (C) 2021 retroachievements.org"
VALUE "LegalCopyright", "Copyright (C) 2022 retroachievements.org"
VALUE "OriginalFilename", "RA_Integration.dll"
VALUE "ProductName", "RetroAchievements Integration Toolkit"
VALUE "ProductVersion", RA_INTEGRATION_VERSION_PRODUCT_ARCH
Expand Down
2 changes: 1 addition & 1 deletion src/ui/viewmodels/AssetListViewModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ void AssetListViewModel::SaveSelected()
UpdateButtons();
}

#if RA_INTEGRATION_VERSION_MINOR < 80
#if RA_INTEGRATION_VERSION_MAJOR < 1 && RA_INTEGRATION_VERSION_MINOR < 80
static std::wstring ValidateCondSet(const rc_condset_t* pCondSet)
{
if (!pCondSet)
Expand Down

0 comments on commit 34c1b93

Please sign in to comment.