Update of /cvsroot/netrek/client/netrekxp/src In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26701/src Modified Files: bccnetrek.rc defaults.c getname.c netrek.rc parsemeta.c vccnetrek.rc Log Message: Update client name to 2009, version back to 1.0. Fixed a type in changes.txt. Updated cygwin1.dll to mkkey works (sigh). Index: bccnetrek.rc =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/src/bccnetrek.rc,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- bccnetrek.rc 13 Mar 2007 19:42:06 -0000 1.8 +++ bccnetrek.rc 6 Apr 2008 23:29:56 -0000 1.9 @@ -1,20 +1,20 @@ #include "resource.h" 1 VERSIONINFO -FILEVERSION 1, 3, 0, 0 -PRODUCTVERSION 1, 3, 0, 0 +FILEVERSION 1, 0, 0, 0 +PRODUCTVERSION 1, 0, 0, 0 FILEOS VOS_DOS_WINDOWS32 FILETYPE VFT_APP { BLOCK "StringFileInfo" { BLOCK "040904E4" { VALUE "CompanyName", "Netrek\000" - VALUE "FileDescription", "Netrek XP 2006 Client\000" + VALUE "FileDescription", "Netrek XP 2009 Client\000" VALUE "FileVersion", "123456789012345678901234567890\000" - VALUE "InternalName", "Netrek XP 2006\000" - VALUE "LegalCopyright", "Copyright © 1986-2006\000" + VALUE "InternalName", "Netrek XP 2009\000" + VALUE "LegalCopyright", "Copyright © 1986-2009\000" VALUE "OriginalFilename", "netrek.rc\000" - VALUE "ProductName", "Netrek XP 2006 Client\000" + VALUE "ProductName", "Netrek XP 2009 Client\000" VALUE "ProductVersion", "123456789012345678901234567890\000" } } Index: vccnetrek.rc =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/src/vccnetrek.rc,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- vccnetrek.rc 13 Mar 2007 19:42:06 -0000 1.6 +++ vccnetrek.rc 6 Apr 2008 23:29:56 -0000 1.7 @@ -3,18 +3,18 @@ MAIN ICON DISCARDABLE "main.ico" 1 VERSIONINFO -FILEVERSION 1, 3, 0, 0 -PRODUCTVERSION 1, 3, 0, 0 +FILEVERSION 1, 0, 0, 0 +PRODUCTVERSION 1, 0, 0, 0 { BLOCK "StringFileInfo" { BLOCK "040904E4" { VALUE "CompanyName", "Netrek\000" - VALUE "FileDescription", "Netrek XP 2006 Client\000" + VALUE "FileDescription", "Netrek XP 2009 Client\000" VALUE "FileVersion", "123456789012345678901234567890\000" - VALUE "InternalName", "Netrek XP 2006\000" - VALUE "LegalCopyright", "Copyright © 1986-2006\000" + VALUE "InternalName", "Netrek XP 2009\000" + VALUE "LegalCopyright", "Copyright © 1986-2009\000" VALUE "OriginalFilename", "vccnetrek.rc\000" - VALUE "ProductName", "Netrek XP 2006 Client\000" + VALUE "ProductName", "Netrek XP 2009 Client\000" VALUE "ProductVersion", "123456789012345678901234567890\000" } } Index: getname.c =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/src/getname.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- getname.c 13 Apr 2007 07:12:24 -0000 1.9 +++ getname.c 6 Apr 2008 23:29:56 -0000 1.10 @@ -75,7 +75,7 @@ static char *README[] = { "", - "Netrek XP 2006 - the better netrek eXPerience!", + "Netrek XP 2009 - the better netrek eXPerience!", "", "", "", @@ -83,11 +83,11 @@ " No one takes responsibility for lost INL games etc.", " Use at your own risk! If you don't like it, don't use it.", "", - "Comments, suggestions, bugreports to: billbalcerski at hotmail.com", + "Comments, suggestions, bugreports to: billbalcerski at gmail.com", "", "Include version and architecture info in bug reports", "", - "Patches to: billbalcerski at hotmail.com", + "Patches to: billbalcerski at gmail.com", "", }; int i, length; Index: netrek.rc =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/src/netrek.rc,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- netrek.rc 13 Mar 2007 19:42:06 -0000 1.6 +++ netrek.rc 6 Apr 2008 23:29:56 -0000 1.7 @@ -28,8 +28,8 @@ // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,3,0,0 - PRODUCTVERSION 1,3,0,0 + FILEVERSION 1,0,0,0 + PRODUCTVERSION 1,0,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x3L @@ -46,14 +46,14 @@ BEGIN VALUE "Comments", "\0" VALUE "CompanyName", "Netrek\0" - VALUE "FileDescription", "Netrek XP 2006 Client\0" + VALUE "FileDescription", "Netrek XP 2009 Client\0" VALUE "FileVersion", "1, 3, 0, 0\0" - VALUE "InternalName", "Netrek XP 2006\0" - VALUE "LegalCopyright", "Copyright © 1986-2006\0" + VALUE "InternalName", "Netrek XP 2009\0" + VALUE "LegalCopyright", "Copyright © 1986-2009\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "netrek.rc\0" VALUE "PrivateBuild", "\0" - VALUE "ProductName", "Netrek XP 2006 Client\0" + VALUE "ProductName", "Netrek XP 2009 Client\0" VALUE "ProductVersion", "1, 3, 0, 0\0" VALUE "SpecialBuild", "\0" END Index: parsemeta.c =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/src/parsemeta.c,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- parsemeta.c 21 Feb 2008 04:32:25 -0000 1.40 +++ parsemeta.c 6 Apr 2008 23:29:56 -0000 1.41 @@ -441,7 +441,7 @@ token = strtok(NULL,","); } /* while (token != NULL) */ - metaWindowName = "Netrek XP 2006 Server List"; + metaWindowName = "Netrek XP 2009 Server List"; return sent; } @@ -1165,7 +1165,7 @@ } free (sockbuf); - metaWindowName = "Netrek XP 2006 Server List"; + metaWindowName = "Netrek XP 2009 Server List"; return 1; } Index: defaults.c =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/src/defaults.c,v retrieving revision 1.88 retrieving revision 1.89 diff -u -d -r1.88 -r1.89 --- defaults.c 29 Jul 2007 01:38:43 -0000 1.88 +++ defaults.c 6 Apr 2008 23:29:56 -0000 1.89 @@ -1753,7 +1753,7 @@ int i; if (strlen (pigcall) == 0) - sprintf (pigcall, "Netrek XP 2006 (%s) - the smarter netrek eXPerience!", mvers); + sprintf (pigcall, "Netrek XP 2009 (%s) - the smarter netrek eXPerience!", mvers); timerType = intDefault ("timerType", timerType); if (timerType < T_NONE || timerType >= T_TOTAL)