File tree Expand file tree Collapse file tree 4 files changed +41
-19
lines changed Expand file tree Collapse file tree 4 files changed +41
-19
lines changed Original file line number Diff line number Diff line change 6
6
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
7
7
* obtain one at https://mozilla.org/MPL/2.0/
8
8
*
9
- * Copyright (C) 2009-2021 , Peter Johnson (gravatar.com/delphidabbler).
9
+ * Copyright (C) 2009-2022 , Peter Johnson (gravatar.com/delphidabbler).
10
10
*
11
11
* Instructions for building CodeSnip from source.
12
12
-->
@@ -191,10 +191,10 @@ <h3>
191
191
</ h3 >
192
192
193
193
< p >
194
- This tool is used to compile version information (< code > .vi</ code > ) files
195
- into intermediate resource source ( < code > .rc </ code > ) files. Version 2.11.2
196
- or later is required.
197
- Version Information Editor can be obtained from
194
+ This tool is used to compile version information (< code > .vi</ code > ) files and
195
+ any associated macro file(s) into intermediate resource source
196
+ ( < code > .rc </ code > ) files. Version 2.14.0 or later is required. Version
197
+ Information Editor can be obtained from
198
198
< a
199
199
href ="https://github.com/delphidabbler/vied/releases "
200
200
> https://github.com/delphidabbler/vied/releases</ a > .
Original file line number Diff line number Diff line change 7
7
; Version information description file for CodeSnip.
8
8
9
9
10
+ [Macros]
11
+ Import:ver=.\VersionInfo.vi-inc
12
+
10
13
[Fixed File Info]
11
- File Version #=4, 20, 2, 266
12
- Product Version #=4, 20, 2, 0
14
+ File Version #=<%ver.version>.<%ver.build>
15
+ Product Version #=<%ver.version>
13
16
File OS=4
14
17
File Type=1
15
18
File Sub-Type=0
@@ -21,19 +24,21 @@ Language=2057
21
24
Character Set=1252
22
25
23
26
[String File Info]
24
- Comments=Released under the terms of the Mozilla Public License v2.0 (https://www.mozilla.org/MPL/2.0/)
25
- Company Name=DelphiDabbler
26
- File Description=CodeSnip Database Viewer
27
+ Comments=<%var.license>
28
+ Company Name=<%ver.company>
29
+ File Description=<%ver.description> (Standard Edition)
27
30
File Version=<#F1>.<#F2>.<#F3> build <#F4>
28
31
Internal Name=<SHORTFNAME>
29
- Legal Copyright=Copyright © P.D.Johnson, 2005-<YEAR>.
32
+ Legal Copyright=<%ver.copyright>
30
33
Legal Trademark=
31
34
Original File Name=CodeSnip.exe
32
35
Private Build=
33
- Product Name=DelphiDabbler CodeSnip
36
+ Product Name=<%ver.company> <%ver.name>
34
37
Product Version=Release <#P1>.<#P2>.<#P3>
35
38
Special Build=
36
39
37
40
[Configuration Details]
38
41
Identifier=
39
42
NumRCComments=0
43
+ ResOutputDir=
44
+ FileVersion=1
Original file line number Diff line number Diff line change 7
7
; Version information description file for the portable edition of CodeSnip
8
8
9
9
10
+ [Macros]
11
+ Import:ver=.\VersionInfo.vi-inc
12
+
10
13
[Fixed File Info]
11
- File Version #=4, 20, 2, 266
12
- Product Version #=4, 20, 2, 0
14
+ File Version #=<%ver.version>.<%ver.build>
15
+ Product Version #=<%ver.version>
13
16
File OS=4
14
17
File Type=1
15
18
File Sub-Type=0
@@ -21,19 +24,21 @@ Language=2057
21
24
Character Set=1252
22
25
23
26
[String File Info]
24
- Comments=Released under the terms of the Mozilla Public License v2.0 (https://www.mozilla.org/MPL/2.0/)
25
- Company Name=DelphiDabbler
26
- File Description=CodeSnip Database Viewer (Portable Edition)
27
+ Comments=<%var.license>
28
+ Company Name=<%ver.company>
29
+ File Description=<%ver.description> (Portable Edition)
27
30
File Version=<#F1>.<#F2>.<#F3> build <#F4>
28
31
Internal Name=<SHORTFNAME>
29
- Legal Copyright=Copyright © P.D.Johnson, 2005-<YEAR>.
32
+ Legal Copyright=<%ver.copyright>
30
33
Legal Trademark=
31
34
Original File Name=CodeSnip-p.exe
32
35
Private Build=
33
- Product Name=DelphiDabbler CodeSnip
36
+ Product Name=<%ver.company> <%ver.name>
34
37
Product Version=Release <#P1>.<#P2>.<#P3>
35
38
Special Build=Portable
36
39
37
40
[Configuration Details]
38
41
Identifier=
39
42
NumRCComments=0
43
+ ResOutputDir=
44
+ FileVersion=1
Original file line number Diff line number Diff line change
1
+ # CodeSnip Version Information Macros for Including in .vi files
2
+
3
+ # Version & build numbers
4
+ version=4.22.2
5
+ build=266
6
+
7
+ # String file information
8
+ copyright=Copyright © P.D.Johnson, 2005-<YEAR>.
9
+ description=Code Snippets Repository
10
+ company=DelphiDabbler
11
+ name=CodeSnip
12
+ license=Released under the terms of the Mozilla Public License v2.0 (https://www.mozilla.org/MPL/2.0/)
You can’t perform that action at this time.
0 commit comments