Skip to content

Commit

Permalink
updated for release 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yongchaofan authored Aug 2, 2020
1 parent f20c64e commit b311282
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions res/tinyTerm.rc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ IDMENU_MAIN MENU
POPUP "&Script"
{
MENUITEM "&Open...", ID_RUN
MENUITEM "&Pause/Quit", ID_PAUSE
MENUITEM "&Pause/Quit", ID_PAUSE, GRAYED
MENUITEM SEPARATOR
}
POPUP "&Options"
Expand Down Expand Up @@ -86,8 +86,8 @@ CAPTION "Connect Dialog"
}

1 VERSIONINFO
FILEVERSION 1,9,3,0
PRODUCTVERSION 1,9,3,0
FILEVERSION 1,9,4,0
PRODUCTVERSION 1,9,4,0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE VFT2_UNKNOWN
Expand All @@ -101,7 +101,7 @@ CAPTION "Connect Dialog"
VALUE "FileDescription", "Tiny Terminal Emulator"
VALUE "LegalCopyright", "©2018-2020 Yongchao Fan"
VALUE "ProductName", "tinyTerm"
VALUE "ProductVersion", "1.9.3.0"
VALUE "ProductVersion", "1.9.4.0"
}
}
BLOCK "VarFileInfo"
Expand Down

0 comments on commit b311282

Please sign in to comment.