Skip to content

Commit b437c3d

Browse files
committed
Updated version to 2.2
1 parent 4af261a commit b437c3d

4 files changed

Lines changed: 9 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.1';
4+
TMSVersion = '2.2';

doc/source/guide/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ uid: SmartSetup.ReleaseNotes
44

55
# Release Notes
66

7+
## Version 2.2 (September, 2025)
8+
- **New** Delphi 13 official support.
9+
- **New** For security reasons, now SmartSetup won't run pre/post build events when installing. You can edit tms.config.yaml to allow pre/post build events for specific projects.
10+
711
## Version 2.1 (August, 2025)
812
- **New** The config file now comes with a yaml schema that provides autocompletion and syntax checking when you edit it in an editor with yaml scheme support like VSCode.
913
- **Improved** Rewritten config-read command can now return the full configuration as a JSON object, and it can return from the full configuration to some sections, to a specific property.

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.1.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.1.0.0;Comments=The new generation of TMS products installer</VerInfo_Keys>
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>
109109
<VerInfo_Release>0</VerInfo_Release>
110110
<VerInfo_Build>0</VerInfo_Build>
111-
<VerInfo_MinorVer>1</VerInfo_MinorVer>
111+
<VerInfo_MinorVer>2</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.1.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.1.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.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>
7777
<VerInfo_Release>0</VerInfo_Release>
7878
<VerInfo_Build>0</VerInfo_Build>
79-
<VerInfo_MinorVer>1</VerInfo_MinorVer>
79+
<VerInfo_MinorVer>2</VerInfo_MinorVer>
8080
<VerInfo_MajorVer>2</VerInfo_MajorVer>
8181
</PropertyGroup>
8282
<PropertyGroup Condition="'$(Base_Win32)'!=''">

0 commit comments

Comments
 (0)