Skip to content

Commit

Permalink
Fix incorrect versions in RBTray.rc
Browse files Browse the repository at this point in the history
Fixes #37, "Update version number"
  • Loading branch information
benbuck committed Mar 23, 2020
1 parent 3be94ec commit 149ab98
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions RBTray.rc
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ CAPTION "About RBTray"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
ICON IDI_RBTRAY,IDC_STATIC,7,7,20,20
LTEXT "RBTray 4.8",IDC_STATIC,38,7,151,10
LTEXT "RBTray 4.10",IDC_STATIC,38,7,151,10
LTEXT "This program is distributed under the GNU General Public License.",IDC_STATIC,38,17,151,20
LTEXT "Copyright � 1998-2011,2015",IDC_STATIC,38,37,151,10
LTEXT "Copyright � 1998-2011,2015",IDC_STATIC,38,37,151,10
LTEXT "Nikolay Redko\r\nhttp://rbtray.sourceforge.net/",IDC_STATIC,38,47,151,20
LTEXT "J.D. Purcell\r\nhttp://www.moitah.net/",IDC_STATIC,38,67,151,20
LTEXT "Benbuck Nason\r\nhttps://github.com/benbuck/rbtray",IDC_STATIC,38,87,151,20
Expand Down Expand Up @@ -101,8 +101,8 @@ IDI_RBTRAY ICON "RBTray.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,7,0,0
PRODUCTVERSION 4,7,0,0
FILEVERSION 4,10,0,0
PRODUCTVERSION 4,10,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -118,12 +118,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "RBTray"
VALUE "FileVersion", "4.8.0.0"
VALUE "FileVersion", "4.10.0.0"
VALUE "InternalName", "RBTray"
VALUE "LegalCopyright", "Copyright � 1998-2011 Nikolay Redko, J.D. Purcell, Benbuck Nason"
VALUE "LegalCopyright", "Copyright � 1998-2011 Nikolay Redko, J.D. Purcell, Benbuck Nason"
VALUE "OriginalFilename", "RBTray.exe"
VALUE "ProductName", "RBTray"
VALUE "ProductVersion", "4.8.0.0"
VALUE "ProductVersion", "4.10.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 149ab98

Please sign in to comment.