Skip to content

Commit

Permalink
Bump version number to 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKinder committed Sep 6, 2024
1 parent 1a86a07 commit db64b4a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Installer/WindowsFrotz.nsh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
!define FROTZ_VERSION 1.25
!define FROTZ_VERSION 1.26
8 changes: 4 additions & 4 deletions Win/Frotz.rc
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ IDI_TZ8 ICON "res\\Z8_32.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,4,0
PRODUCTVERSION 1,2,4,0
FILEVERSION 1,2,6,0
PRODUCTVERSION 1,2,6,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -109,12 +109,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Frobozz Magic Interpreter Company"
VALUE "FileDescription", "Frotz"
VALUE "FileVersion", "1.25"
VALUE "FileVersion", "1.26"
VALUE "InternalName", "Frotz"
VALUE "LegalCopyright", "Copyright (c) 2002-2024 David Kinder"
VALUE "OriginalFilename", "Frotz.exe"
VALUE "ProductName", "Frotz"
VALUE "ProductVersion", "1.25"
VALUE "ProductVersion", "1.26"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion Win/FrotzDialogs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ void AboutDialog::SetInfoText(void)
{
CString aboutText;
aboutText.LoadString(IDS_ABOUT_INFO);
aboutText.Replace("%ver%","1.25");
aboutText.Replace("%ver%","1.26");
aboutText.Replace("%year%","2024");
m_info.SetText(SF_RTF,aboutText);
}
Expand Down
2 changes: 1 addition & 1 deletion Win/help/overview.htm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</head>
<body>
<h1>Windows Frotz</h1>
Windows Frotz 1.25 by David Kinder, based on Frotz by Stefan Jokisch.<br>
Windows Frotz 1.26 by David Kinder, based on Frotz by Stefan Jokisch.<br>
Web: <a href="http://www.davidkinder.co.uk/">http://www.davidkinder.co.uk/</a><br>
Email: <a href="mailto:[email protected]">[email protected]</a><br>
<p>
Expand Down

0 comments on commit db64b4a

Please sign in to comment.