Skip to content

Commit

Permalink
Merge pull request #1580 from zenustech/zeno2-fixbug
Browse files Browse the repository at this point in the history
update version to 1205
  • Loading branch information
zhouhang95 authored Dec 6, 2023
2 parents 0306156 + 4904569 commit 50e49e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/zenoedit/zenoedit.rc
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,0,1130
PRODUCTVERSION 1,2,0,1130
FILEVERSION 1,2,0,1205
PRODUCTVERSION 1,2,0,1205
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -66,12 +66,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "ZENUSTECH"
VALUE "FileDescription", "Zeno Editor"
VALUE "FileVersion", "1.2.0.1130"
VALUE "FileVersion", "1.2.0.1205"
VALUE "InternalName", "zenoedit.rc"
VALUE "LegalCopyright", "Copyright (C) 2023"
VALUE "OriginalFilename", "zenoedit.rc"
VALUE "ProductName", "Zeno"
VALUE "ProductVersion", "1.2.0.1130"
VALUE "ProductVersion", "1.2.0.1205"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 50e49e1

Please sign in to comment.