Skip to content

Commit

Permalink
Changed version number to 4.93
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Apr 20, 2014
1 parent 3c165dc commit 6080833
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions MUSHclient.rc
Expand Up @@ -75,8 +75,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,0,92,0
PRODUCTVERSION 4,0,92,0
FILEVERSION 4,0,93,0
PRODUCTVERSION 4,0,93,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -94,14 +94,14 @@ BEGIN
VALUE "Comments", "MUSHclient - a client program for playing MUD games\0"
VALUE "CompanyName", "Nick Gammon\0"
VALUE "FileDescription", "MUSHclient\0"
VALUE "FileVersion", "4.92\0"
VALUE "FileVersion", "4.93\0"
VALUE "InternalName", "MUSHCLIENT\0"
VALUE "LegalCopyright", "Copyright � 2014 Nick Gammon\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "MUSHCLIENT.EXE\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "MUSHclient\0"
VALUE "ProductVersion", "4.92\0"
VALUE "ProductVersion", "4.93\0"
VALUE "SpecialBuild", "\0"
END
END
Expand Down
4 changes: 2 additions & 2 deletions doc.h
Expand Up @@ -21,8 +21,8 @@

// New versions - things to change

#define THISVERSION 492 // Step 1.
const CString MUSHCLIENT_VERSION = "4.92"; // Step 2.
#define THISVERSION 493 // Step 1.
const CString MUSHCLIENT_VERSION = "4.93"; // Step 2.
// Step 3. Don't forget VERSION resource in Resources tab
// Step 4. Remember: README.TXT

Expand Down
2 changes: 1 addition & 1 deletion install/readme.txt
@@ -1,4 +1,4 @@
MUSHclient version 4.92
MUSHclient version 4.93
=======================

Sunday, 20th April 2014
Expand Down

0 comments on commit 6080833

Please sign in to comment.