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

Modified Files:
	version.h 
Log Message:
Updated compile instruction to mention NOT to use cygwin or it breaks makefiles.
Version changed from 1.1 to 1.2.
Infinite loop fixed in parsemeta.c (LoadMetasCache).
Minor makefile formatting and debug fixes.
Updated cygwin1.dll binary so mkkey program works.

Index: version.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/version.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- version.h	13 Jun 2006 11:40:00 -0000	1.5
+++ version.h	30 Nov 2006 01:25:05 -0000	1.6
@@ -2,5 +2,5 @@
 
 /* store the version info here */
 
-static char mvers[] = "1.1";
+static char mvers[] = "1.2";
 static char version[] = "Netrek XP 2006";
\ No newline at end of file