# HG changeset patch # User darkvater # Date 1092348416 0 # Node ID bc861ea6d23b2bb70a5815b9610339f9f7c99124 # Parent 85a8c911441c7f8637d3313770a5d52ad536d3ed (svn r33) -Executeable is now openttd(.exe) always -Resourcefile has been updated to 0.3.3.0 diff -r 85a8c911441c -r bc861ea6d23b Makefile --- a/Makefile Thu Aug 12 21:46:56 2004 +0000 +++ b/Makefile Thu Aug 12 22:06:56 2004 +0000 @@ -170,7 +170,7 @@ endif # Set output executable names -TTD=ttd$(EXE) +TTD=openttd$(EXE) STRGEN=strgen/strgen$(EXE) OSXAPP="OpenTTD.app" @@ -542,8 +542,10 @@ FORCE: +# ttd$(EXE) is removed just to make sure people execute the right binary (openttd$(EXE)) +# remove this for next release! clean: - rm -rf .deps *~ $(TTD) $(STRGEN) core table/strings.h $(LANGS) $(ttd_OBJS) + rm -rf .deps *~ $(TTD) $(STRGEN) core table/strings.h $(LANGS) $(ttd_OBJS) ttd$(EXE) mrproper: clean rm -rf $(MAKE_CONFIG) diff -r 85a8c911441c -r bc861ea6d23b os/win32/installer/install.nsi --- a/os/win32/installer/install.nsi Thu Aug 12 21:46:56 2004 +0000 +++ b/os/win32/installer/install.nsi Thu Aug 12 22:06:56 2004 +0000 @@ -112,7 +112,7 @@ File ${PATH_ROOT}readme.txt ; Copy executable - File /oname=openttd.exe ${PATH_ROOT}ReleasePNG\ttd.exe + File /oname=openttd.exe ${PATH_ROOT}ReleasePNG\openttd.exe File ${PATH_ROOT}strgen\Release\strgen.exe diff -r 85a8c911441c -r bc861ea6d23b ttd.rc --- a/ttd.rc Thu Aug 12 21:46:56 2004 +0000 +++ b/ttd.rc Thu Aug 12 22:06:56 2004 +0000 @@ -60,8 +60,8 @@ // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,3,2,1 - PRODUCTVERSION 0,3,2,1 + FILEVERSION 0,3,3,0 + PRODUCTVERSION 0,3,3,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -79,14 +79,14 @@ VALUE "Comments", "This program is licensed under the GNU General Public License.\0" VALUE "CompanyName", "OpenTTD Developers\0" VALUE "FileDescription", "OpenTTD\0" - VALUE "FileVersion", "0.3.2.1\0" + VALUE "FileVersion", "0.3.3.0\0" VALUE "InternalName", "openttd\0" VALUE "LegalCopyright", "Copyright © OpenTTD Developers 2002-2004. All Rights Reserved.\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "openttd.exe\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "OpenTTD\0" - VALUE "ProductVersion", "0.3.2.1\0" + VALUE "ProductVersion", "0.3.3.0\0" VALUE "SpecialBuild", "\0" END END diff -r 85a8c911441c -r bc861ea6d23b ttd.vcproj --- a/ttd.vcproj Thu Aug 12 21:46:56 2004 +0000 +++ b/ttd.vcproj Thu Aug 12 22:06:56 2004 +0000 @@ -52,7 +52,7 @@