Skip to content

Commit 74e4966

Browse files
committed
Updated version number to 4.76
1 parent 30b81ae commit 74e4966

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

MUSHclient.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ END
7575
//
7676

7777
VS_VERSION_INFO VERSIONINFO
78-
FILEVERSION 4,0,75,0
79-
PRODUCTVERSION 4,0,75,0
78+
FILEVERSION 4,0,76,0
79+
PRODUCTVERSION 4,0,76,0
8080
FILEFLAGSMASK 0x3fL
8181
#ifdef _DEBUG
8282
FILEFLAGS 0x1L
@@ -94,14 +94,14 @@ BEGIN
9494
VALUE "Comments", "MUSHclient - a client program for playing MUD games\0"
9595
VALUE "CompanyName", "Nick Gammon\0"
9696
VALUE "FileDescription", "MUSHclient\0"
97-
VALUE "FileVersion", "4.75\0"
97+
VALUE "FileVersion", "4.76\0"
9898
VALUE "InternalName", "MUSHCLIENT\0"
9999
VALUE "LegalCopyright", "Copyright � 2011 Nick Gammon\0"
100100
VALUE "LegalTrademarks", "\0"
101101
VALUE "OriginalFilename", "MUSHCLIENT.EXE\0"
102102
VALUE "PrivateBuild", "\0"
103103
VALUE "ProductName", "MUSHclient\0"
104-
VALUE "ProductVersion", "4.75\0"
104+
VALUE "ProductVersion", "4.76\0"
105105
VALUE "SpecialBuild", "\0"
106106
END
107107
END

doc.h

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
// New versions - things to change
2323

24-
#define THISVERSION 475 // Step 1.
25-
const CString MUSHCLIENT_VERSION = "4.75"; // Step 2.
24+
#define THISVERSION 476 // Step 1.
25+
const CString MUSHCLIENT_VERSION = "4.76"; // Step 2.
2626
// Step 3. Don't forget VERSION resource in Resources tab
2727
// Step 4. Remember: README.TXT
2828

@@ -2185,6 +2185,14 @@ class CMUSHclientDoc : public CDocument
21852185

21862186
void EditFileWithEditor (CString strName);
21872187

2188+
void Hyperlink_Helper (LPCTSTR Action,
2189+
LPCTSTR Text,
2190+
LPCTSTR Hint,
2191+
LPCTSTR TextColour,
2192+
LPCTSTR BackColour,
2193+
BOOL URL,
2194+
BOOL NoUnderline);
2195+
21882196
// Overrides
21892197
// ClassWizard generated virtual function overrides
21902198
//{{AFX_VIRTUAL(CMUSHclientDoc)

0 commit comments

Comments
 (0)