diff nnchat.c @ 195:829457be9eea

Build system changes to support (in a big kludgy manner) icon and version information resource generation for Win32 binaries.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 17 Nov 2010 04:09:41 +0200
parents 4007b9ac7cde
children edd5ce3e5399
line wrap: on
line diff
--- a/nnchat.c	Wed Nov 17 04:08:51 2010 +0200
+++ b/nnchat.c	Wed Nov 17 04:09:41 2010 +0200
@@ -894,7 +894,7 @@
     memset(histBuf, 0, sizeof(histBuf));
     
     /* Initialize */
-    th_init("NNChat", "Newbie Nudes chat client", "0.8.3",
+    th_init("NNChat", "Newbie Nudes chat client", NN_VERSION,
         "Written and designed by Anonymous Finnish Guy (C) 2008-2010",
         "This software is freeware, use and distribute as you wish.");
     th_verbosityLevel = 0;