Skip to content

Commit 7cef4dc

Browse files
committed
Update minimum required .vi file & VIEd version
FileVersion bumped to 2 in .vi files. Change of file version requires VIEd v2.15.0 or later, so Build.html changed reflect this.
1 parent 55496f2 commit 7cef4dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Build.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ <h3>
196196
<p>
197197
This tool is used to compile version information (<code>.vi</code>) files and
198198
any associated macro file(s) into intermediate resource source
199-
(<code>.rc</code>) files. Version 2.14.0 or later is required. Version
199+
(<code>.rc</code>) files. Version 2.15.0 or later is required. Version
200200
Information Editor can be obtained from
201201
<a
202202
href="https://github.com/delphidabbler/vied/releases"

Src/VCodeSnip.vi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ Special Build=
4141
Identifier=
4242
NumRCComments=0
4343
ResOutputDir=
44-
FileVersion=1
44+
FileVersion=2

Src/VCodeSnipPortable.vi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ Special Build=Portable
4141
Identifier=
4242
NumRCComments=0
4343
ResOutputDir=
44-
FileVersion=1
44+
FileVersion=2

0 commit comments

Comments
 (0)