Skip to content

Commit

Permalink
Release 1.3, update version number in .rc
Browse files Browse the repository at this point in the history
  • Loading branch information
yongchaofan authored Apr 7, 2019
1 parent b39ff9a commit ad67054
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions res/tinyTerm.rc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ IDMENU_MAIN MENU
}
IDACCEL_MAIN ACCELERATORS
{
"a", ID_COPYALL, ALT
"c", ID_CONNECT, ALT
"e", ID_EDIT, ALT
"f", ID_FONT, ALT
Expand All @@ -79,8 +80,8 @@ CAPTION "Connect Dialog"
}

1 VERSIONINFO // Version Information
FILEVERSION 1,2,0,0
PRODUCTVERSION 1,2,0,0
FILEVERSION 1,3,0,0
PRODUCTVERSION 1,3,0,0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE VFT2_UNKNOWN
Expand All @@ -94,7 +95,7 @@ CAPTION "Connect Dialog"
VALUE "FileDescription", "Tiny Terminal Emulator"
VALUE "LegalCopyright", "©2018-2019 Yongchao Fan"
VALUE "ProductName", "tinyTerm"
VALUE "ProductVersion", "1.2.0.0"
VALUE "ProductVersion", "1.3.0.0"
}
}
BLOCK "VarFileInfo"
Expand Down

0 comments on commit ad67054

Please sign in to comment.