Skip to content

Commit 3ef69f0

Browse files
committed
Merge DiSlord 209.
1 parent 194d873 commit 3ef69f0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

NanoVNA-App.cbproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,15 +157,15 @@
157157
<DCC_DebugInformation>0</DCC_DebugInformation>
158158
<TASM_FloatingPoint>Real</TASM_FloatingPoint>
159159
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
160-
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.1.208.1;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.1.208;Comments=;PrivateBuild=</VerInfo_Keys>
160+
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.1.209.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.1.208;Comments=;PrivateBuild=</VerInfo_Keys>
161161
<Icon_MainIcon>NanoVNA-App_Icon.ico</Icon_MainIcon>
162162
<LinkPackageStatics>rtl.lib;vcl.lib;vclwinx.lib;vclimg.lib;VclSmp.lib;vclx.lib;IndyCore.lib;IndySystem.lib;bcbsmp.lib;bindengine.lib</LinkPackageStatics>
163163
<UsePackages>false</UsePackages>
164164
<BCC_MonitorInlinePtrAccess>true</BCC_MonitorInlinePtrAccess>
165165
<BCC_MonitorGlobalAndStackData>true</BCC_MonitorGlobalAndStackData>
166166
<BCC_MonitorThis>true</BCC_MonitorThis>
167167
<VerInfo_MinorVer>1</VerInfo_MinorVer>
168-
<VerInfo_Release>208</VerInfo_Release>
168+
<VerInfo_Release>209</VerInfo_Release>
169169
<BCC_DataAlignment>Paragraph</BCC_DataAlignment>
170170
<ILINK_HeapReserveSize>0x07000000</ILINK_HeapReserveSize>
171171
<ILINK_StackReserveSize>0x00200000</ILINK_StackReserveSize>
@@ -174,7 +174,6 @@
174174
<BT_BuildType>Debug</BT_BuildType>
175175
<AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
176176
<VerInfo_Locale>1033</VerInfo_Locale>
177-
<VerInfo_Build>1</VerInfo_Build>
178177
<VerInfo_Private>true</VerInfo_Private>
179178
</PropertyGroup>
180179
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">

NanoVNA-App.res

0 Bytes
Binary file not shown.

Unit1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ void __fastcall TForm1::FormCreate(TObject *Sender)
533533
String windows_ver = common.windowsVer;
534534
String local_name = common.localName;
535535

536-
common.title = Application->Title + " by OneOfEleven " + s + " (+OD07) ";
536+
common.title = Application->Title + " by OneOfEleven et al " + s + " (+OD08) ";
537537

538538
this->Caption = common.title;
539539
StatusBar2->Panels->Items[0]->Text = windows_ver + " " + local_name + " '" + String(common.decimalPoint()) + "'";

0 commit comments

Comments
 (0)