Skip to content

Commit

Permalink
recompile DprojVersioning.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
zeus64 committed Apr 10, 2020
1 parent adfe870 commit f5b38b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified tools/DprojVersioning/DprojVersioning.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion tools/DprojVersioning/_source/DprojVersioning.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ begin
LAction := ansiString(paramstr(2)); // getVersionName | incMajorMinorPatchVersion
LMajorNumber := ALStrToIntDef(ansiString(paramstr(3)), 1);
LMinorNumber := ALStrToIntDef(ansiString(paramstr(4)), 0);
LPatchOffset := ALStrToIntDef(ansiString(paramstr(5)), 1);
LPatchOffset := ALStrToIntDef(ansiString(paramstr(5)), 0);
LCreateBackup := not ALSameText(ALTrim(ansiString(paramstr(6))), 'false');
{$endregion}

Expand Down

0 comments on commit f5b38b2

Please sign in to comment.