Menu

#1075 version incorrect in ScintRes.rc

Cosmetic
closed-invalid
Scintilla (812)
1
2011-02-03
2010-12-07
Anonymous
No

The version does not correspond with the version string:

FILEVERSION 2, 2, 1, 0
PRODUCTVERSION 2, 2, 1, 0

VALUE "FileVersion", "2.21\0"
VALUE "ProductVersion", "2.21\0"

What you probably want is:
FILEVERSION 2, 21, 0, 0
PRODUCTVERSION 2, 21, 0, 0

Discussion

  • Neil Hodgson

    Neil Hodgson - 2010-12-07
    • assigned_to: nobody --> nyamatongwe
    • priority: 5 --> 1
    • status: open --> open-invalid
     
  • Neil Hodgson

    Neil Hodgson - 2010-12-07

    The current values are intended.

     
  • Neil Hodgson

    Neil Hodgson - 2011-02-03
    • status: open-invalid --> closed-invalid
     

Log in to post a comment.