Skip to content

Commit f923f04

Browse files
committed
minor version number bump
1 parent b8f75a4 commit f923f04

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

utilities/makelist/makelist.lpi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<VersionInfo>
1717
<UseVersionInfo Value="True"/>
1818
<MajorVersionNr Value="1"/>
19-
<MinorVersionNr Value="2"/>
19+
<MinorVersionNr Value="3"/>
2020
<StringTable LegalCopyright="(c) 2025-2026 Jerome Shidel" ProductName="The List Release File Assembler" ProductVersion="1.0"/>
2121
</VersionInfo>
2222
<BuildModes>

utilities/makelist/makelist.lps

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
<Unit>
88
<Filename Value="makelist.lpr"/>
99
<IsPartOfProject Value="True"/>
10-
<TopLine Value="508"/>
11-
<CursorPos X="59" Y="31"/>
12-
<FoldState Value=" T3c0H11912 pn1oJ0S5 piXja0O]IjSkM0R]9k3kf033 PiXi10~"/>
10+
<IsVisibleTab Value="True"/>
11+
<TopLine Value="740"/>
12+
<CursorPos X="55" Y="823"/>
13+
<FoldState Value=" T3Q0921912 pnIoV0S5 piXja0O]IjSkM0R]9k3kf033 PiXi10R"/>
1314
<UsageCount Value="187"/>
1415
<Loaded Value="True"/>
1516
</Unit>
@@ -86,9 +87,8 @@
8687
<Unit>
8788
<Filename Value="cfgmap.pas"/>
8889
<UnitName Value="CfgMap"/>
89-
<IsVisibleTab Value="True"/>
9090
<EditorIndex Value="1"/>
91-
<CursorPos X="55"/>
91+
<CursorPos X="33"/>
9292
<UsageCount Value="10"/>
9393
<Loaded Value="True"/>
9494
</Unit>

utilities/makelist/makelist.res

0 Bytes
Binary file not shown.

utilities/makelist/version.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface
1717

1818
const
1919
{ General Application Information }
20-
APP_VERSION: String = '1.2.0';
20+
APP_VERSION: String = '1.3.0';
2121
APP_BUILD: String = '0';
2222
APP_TITLE: String = 'makelist';
2323
APP_LEGALCOPYRIGHT: String = '(c) 2025-2026 Jerome Shidel';

0 commit comments

Comments
 (0)