Skip to content

Commit bbe7471

Browse files
committed
Updated version to 2.3
1 parent 9dc6ed0 commit bbe7471

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Version.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Version number of the tools as it will be used in the application code.
22
// Remember to update also the project info of the apps when updating this file.
33

4-
TMSVersion = '2.2';
4+
TMSVersion = '2.3';

tms/tms.dproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@
105105
<SanitizedProjectName>tms</SanitizedProjectName>
106106
<VerInfo_Locale>1033</VerInfo_Locale>
107107
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
108-
<VerInfo_Keys>CompanyName=TMS Software;FileDescription=TMS Smart Setup;FileVersion=2.2.0.0;InternalName=TMS Smart Setup;LegalCopyright=(c) 2023 - 2025 TMS Software;LegalTrademarks=;OriginalFilename=;ProgramID=com.tmssoftware.tmssmartsetup. cmd;ProductName=TMS Smart Setup;ProductVersion=2.2.0.0;Comments=The new generation of TMS products installer</VerInfo_Keys>
108+
<VerInfo_Keys>CompanyName=TMS Software;FileDescription=TMS Smart Setup;FileVersion=2.3.0.0;InternalName=TMS Smart Setup;LegalCopyright=(c) 2023 - 2025 TMS Software;LegalTrademarks=;OriginalFilename=;ProgramID=com.tmssoftware.tmssmartsetup. cmd;ProductName=TMS Smart Setup;ProductVersion=2.3.0.0;Comments=The new generation of TMS products installer</VerInfo_Keys>
109109
<VerInfo_Release>0</VerInfo_Release>
110110
<VerInfo_Build>0</VerInfo_Build>
111-
<VerInfo_MinorVer>2</VerInfo_MinorVer>
111+
<VerInfo_MinorVer>3</VerInfo_MinorVer>
112112
<VerInfo_MajorVer>2</VerInfo_MajorVer>
113113
</PropertyGroup>
114114
<PropertyGroup Condition="'$(Base_Android)'!=''">

tmsgui/tmsgui.dproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@
7373
<SanitizedProjectName>tmsgui</SanitizedProjectName>
7474
<VerInfo_Locale>1033</VerInfo_Locale>
7575
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
76-
<VerInfo_Keys>CompanyName=TMS Software;FileDescription=TMS Smart Setup GUI;FileVersion=2.2.0.0;InternalName=TMS Smart Setup GUI;LegalCopyright=(c) 2023 - 2025 TMS Software;LegalTrademarks=;OriginalFilename=;ProgramID=com.tmssoftware.tmssmartsetup. gui;ProductName=TMS Smart Setup GUI;ProductVersion=2.2.0.0;Comments=The new generation of TMS products installer</VerInfo_Keys>
76+
<VerInfo_Keys>CompanyName=TMS Software;FileDescription=TMS Smart Setup GUI;FileVersion=2.3.0.0;InternalName=TMS Smart Setup GUI;LegalCopyright=(c) 2023 - 2025 TMS Software;LegalTrademarks=;OriginalFilename=;ProgramID=com.tmssoftware.tmssmartsetup. gui;ProductName=TMS Smart Setup GUI;ProductVersion=2.3.0.0;Comments=The new generation of TMS products installer</VerInfo_Keys>
7777
<VerInfo_Release>0</VerInfo_Release>
7878
<VerInfo_Build>0</VerInfo_Build>
79-
<VerInfo_MinorVer>2</VerInfo_MinorVer>
79+
<VerInfo_MinorVer>3</VerInfo_MinorVer>
8080
<VerInfo_MajorVer>2</VerInfo_MajorVer>
8181
</PropertyGroup>
8282
<PropertyGroup Condition="'$(Base_Win32)'!=''">

0 commit comments

Comments
 (0)