Skip to content

Commit 212fbaa

Browse files
committed
Update file format docs re Delphi 12 support
1 parent 6fa0d4c commit 212fbaa

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed

Docs/Design/FileFormats/config.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,9 @@ <h4>
259259
<li>
260260
<em>D11A</em> &ndash; Delphi 11.x Alexandria
261261
</li>
262+
<li>
263+
<em>D12Y</em> &ndash; Delphi 12 Athens
264+
</li>
262265
<li>
263266
<em>FPC</em> &ndash; Free Pascal
264267
</li>
@@ -613,6 +616,12 @@ <h4>
613616
<dd>
614617
Indicates whether Delphi 11.x Alexandria was included in the search.
615618
</dd>
619+
<dt>
620+
<code class="key">D12Y</code> (Boolean)
621+
</dt>
622+
<dd>
623+
Indicates whether Delphi 12 Athens was included in the search.
624+
</dd>
616625
<dt>
617626
<code class="key">FPC</code> (Boolean)
618627
</dt>

Docs/Design/FileFormats/export.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,9 @@ <h2>
606606
<li>
607607
<em>d11a</em> &ndash; Delphi 11.x Alexandria compiler <span class="highlight">(v7.2 &amp; later)</span>
608608
</li>
609+
<li>
610+
<em>d12y</em> &ndash; Delphi 12 Athens compiler <span class="highlight">(v7.4 &amp; later)</span>
611+
</li>
609612
<li>
610613
<em>fpc</em> &ndash; Free Pascal compiler <span class="highlight">(all versions)</span>
611614
</li>
@@ -984,6 +987,12 @@ <h2>
984987
<dd>
985988
Updated with CodeSnip v4.21.0 to add support for REML v5, which is backward compatible with REML v4.
986989
</dd>
990+
<dt>
991+
<em>Version 7.4 - 7 November 2023</em>
992+
</dt>
993+
<dd>
994+
Updated in time for CodeSnip v4.22.0 to add support for Delphi 12 Athens.
995+
</dd>
987996
</dl>
988997
</dd>
989998
</dl>

Docs/Design/FileFormats/main-db.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,9 @@ <h4>
419419
<li>
420420
<code class="key">Delphi11A</code> – Delphi 11.x Alexandria compiler *
421421
</li>
422+
<li>
423+
<code class="key">Delphi12A</code> – Delphi 12 Athens compiler *
424+
</li>
422425
<li>
423426
<code class="key">FPC</code> – Free Pascal compiler
424427
</li>

Docs/Design/FileFormats/user-db.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,9 @@ <h3 id="xml-file">
631631
<li>
632632
<em>d11a</em> &ndash; Delphi 11.x Alexandria compiler <span class="highlight">(v6.10 &amp; later)</span>
633633
</li>
634+
<li>
635+
<em>d12y</em> &ndash; Delphi 12 Athens compiler <span class="highlight">(v6.12 &amp; later)</span>
636+
</li>
634637
<li>
635638
<em>fpc</em> &ndash; Free Pascal compiler <span class="highlight">(all versions)</span>
636639
</li>
@@ -1020,6 +1023,12 @@ <h2>
10201023
<dd>
10211024
Updated with CodeSnip v4.21.0 to add support for REML v5, which is backwards compatible with REML v4.
10221025
</dd>
1026+
<dt>
1027+
<em>Version 6.12 - 7 November 2023</em>
1028+
</dt>
1029+
<dd>
1030+
Updated in time for CodeSnip v4.22.0 to add support for Delphi 12 Athens.
1031+
</dd>
10231032
</dl>
10241033
</dd>
10251034
</dl>

0 commit comments

Comments
 (0)