Skip to content

Commit c4b7871

Browse files
committed
Fix macro naming error in .vi files
Fixed typo <%ver.license> macro name (was <%var.license>). Fixes #106
1 parent b2b83d3 commit c4b7871

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Src/VCodeSnip.vi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; v. 2.0. If a copy of the MPL was not distributed with this file, You can
33
; obtain one at https://mozilla.org/MPL/2.0/
44
;
5-
; Copyright (C) 2008-2022, Peter Johnson (gravatar.com/delphidabbler).
5+
; Copyright (C) 2008-2023, Peter Johnson (gravatar.com/delphidabbler).
66
;
77
; Version information description file for CodeSnip.
88

@@ -24,7 +24,7 @@ Language=2057
2424
Character Set=1252
2525

2626
[String File Info]
27-
Comments=<%var.license>
27+
Comments=<%ver.license>
2828
Company Name=<%ver.company>
2929
File Description=<%ver.description> (Standard Edition)
3030
File Version=<#F1>.<#F2>.<#F3> build <#F4>

Src/VCodeSnipPortable.vi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; v. 2.0. If a copy of the MPL was not distributed with this file, You can
33
; obtain one at https://mozilla.org/MPL/2.0/
44
;
5-
; Copyright (C) 2012-2022, Peter Johnson (gravatar.com/delphidabbler).
5+
; Copyright (C) 2012-2023, Peter Johnson (gravatar.com/delphidabbler).
66
;
77
; Version information description file for the portable edition of CodeSnip
88

@@ -24,7 +24,7 @@ Language=2057
2424
Character Set=1252
2525

2626
[String File Info]
27-
Comments=<%var.license>
27+
Comments=<%ver.license>
2828
Company Name=<%ver.company>
2929
File Description=<%ver.description> (Portable Edition)
3030
File Version=<#F1>.<#F2>.<#F3> build <#F4>

0 commit comments

Comments
 (0)