Skip to content

Commit 9fb8e35

Browse files
committed
build version 2.0.1.5
1 parent 8d5d80c commit 9fb8e35

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

SCM_BuildMeAClub.dproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<ProjectVersion>19.5</ProjectVersion>
55
<FrameworkType>VCL</FrameworkType>
66
<Base>True</Base>
7-
<Config Condition="'$(Config)'==''">Debug</Config>
8-
<Platform Condition="'$(Platform)'==''">Win32</Platform>
7+
<Config Condition="'$(Config)'==''">Release</Config>
8+
<Platform Condition="'$(Platform)'==''">Win64</Platform>
99
<TargetedPlatforms>3</TargetedPlatforms>
1010
<AppType>Application</AppType>
1111
<MainSource>SCM_BuildMeAClub.dpr</MainSource>
@@ -140,8 +140,8 @@
140140
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
141141
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
142142
<Icon_MainIcon>SCM_BuildMeAClub.ico</Icon_MainIcon>
143-
<VerInfo_Keys>CompanyName=Artanemus;FileDescription=$(MSBuildProjectName);FileVersion=2.0.1.4;InternalName=BMAC;LegalCopyright=Copyright (c) 2019-2023 Artanemus;LegalTrademarks=;OriginalFilename=BuildMeAClub;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=2.0;Comments=Build the SwimClubMeet database for MSSQL</VerInfo_Keys>
144-
<VerInfo_Build>4</VerInfo_Build>
143+
<VerInfo_Keys>CompanyName=Artanemus;FileDescription=$(MSBuildProjectName);FileVersion=2.0.1.5;InternalName=BMAC;LegalCopyright=Copyright (c) 2019-2023 Artanemus;LegalTrademarks=;OriginalFilename=BuildMeAClub;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=2.0;Comments=Build the SwimClubMeet database for MSSQL</VerInfo_Keys>
144+
<VerInfo_Build>5</VerInfo_Build>
145145
<VerInfo_MajorVer>2</VerInfo_MajorVer>
146146
<VerInfo_MinorVer>0</VerInfo_MinorVer>
147147
</PropertyGroup>

SCM_BuildMeAClub.res

0 Bytes
Binary file not shown.

frmSCMBuildMeADataBase.pas

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -268,15 +268,16 @@ procedure TSCMBuildMeADataBase.actnBMACExecute(Sender: TObject);
268268
// green 'tick' checkbox
269269
vimgPassed.Visible := true;
270270

271-
Memo1.Lines.Add('ExecuteProcess completed without errors.' + sLineBreak);
272-
Memo1.Lines.Add
273-
('You should check SCM_BuildMeAClub.log to ensure that sqlcmd.exe also reported no errors.'
274-
+ sLineBreak);
275271
// * Version number of SwimClubMeet DataBase *
276272
// Only read this table if not errors reported.
277273
GetSCM_DB_Version;
278-
s := 'SwimClubMeet database version control ' + FDBVerCtrlStr;
274+
s := 'QUERY: SwimClubMeet database version ... ' + FDBVerCtrlStr;
279275
Memo1.Lines.Add(s);
276+
277+
Memo1.Lines.Add('ExecuteProcess completed without errors.' + sLineBreak);
278+
Memo1.Lines.Add
279+
('You should check SCM_BuildMeAClub.log to ensure that sqlcmd.exe also reported no errors.'
280+
+ sLineBreak);
280281
end
281282
else
282283
begin

0 commit comments

Comments
 (0)