Skip to content

Commit

Permalink
formID_finder: bump version to 0.25-pre2.rev524
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Nov 5, 2021
1 parent 1f70e51 commit ffc301a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sr/formID_finder/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ void showGPLNotice()

void showVersion()
{
std::cout << "Form ID Finder for Skyrim, version 0.25-pre.rev523, 2021-11-04\n";
std::cout << "Form ID Finder for Skyrim, version 0.25-pre2.rev524, 2021-11-06\n";
}

int showVersionExitcode()
{
showVersion();
return 523;
return 524;
}

void showHelp()
Expand Down
3 changes: 2 additions & 1 deletion sr/formID_finder_GUI/formid_finder.pas
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,9 @@ function RevisionToVersion(const rev: Cardinal): string;
521: Result:= 'v0.24b.rev521, 2013-03-19';
522: Result:= 'v0.24c.rev522, 2015-09-14';
523: Result:= 'v0.25-pre.rev523, 2021-11-04';
524: Result:= 'v0.25-pre2.rev524, 2021-11-06';
else
Result:= 'v0.25-pre or later';
Result:= 'v0.25-pre2 or later';
end;//case
end;//func

Expand Down

0 comments on commit ffc301a

Please sign in to comment.