Update of /cvsroot/netrek/client/netrekxp/include
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26701/include

Modified Files:
	version.h 
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: version.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/version.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- version.h	13 Mar 2007 19:42:06 -0000	1.7
+++ version.h	6 Apr 2008 23:29:55 -0000	1.8
@@ -2,5 +2,5 @@
 
 /* store the version info here */
 
-static char mvers[] = "1.3";
-static char version[] = "Netrek XP 2006";
\ No newline at end of file
+static char mvers[] = "1.0";
+static char version[] = "Netrek XP 2009";
\ No newline at end of file