Skip to content

Commit

Permalink
Поправил версию
Browse files Browse the repository at this point in the history
  • Loading branch information
HemulGM committed Jul 10, 2022
1 parent 371846b commit b15350f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,4 @@ Win32/Release/config.ini
*.ini
Win32/Debug/config.ini
*.zip
Win32/Debug/CTS.exe_old
2 changes: 1 addition & 1 deletion CTS.Main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ TFormMain = class(TForm)
DEFAULT_SHORTCUT = 'Ctrl+Shift';

const
Version = 'v1.21';
Version = 'v1.22';

var
FormMain: TFormMain;
Expand Down
2 changes: 1 addition & 1 deletion CTS.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<FrameworkType>VCL</FrameworkType>
<MainSource>CTS.dpr</MainSource>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Release</Config>
<Config Condition="'$(Config)'==''">Debug</Config>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<TargetedPlatforms>1</TargetedPlatforms>
<AppType>Application</AppType>
Expand Down

0 comments on commit b15350f

Please sign in to comment.