changeset 41:fe3140cec818

v0.6.1
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 26 Oct 2008 02:51:58 +0300
parents 3e2548c3eb51
children dd59868059d5
files nnchat.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/nnchat.c	Sun Oct 26 02:50:41 2008 +0300
+++ b/nnchat.c	Sun Oct 26 02:51:58 2008 +0300
@@ -1,4 +1,5 @@
-/* NNChat - Custom chat client for NewbieNudes.com chatrooms
+/*
+ * NNChat - Custom chat client for NewbieNudes.com chatrooms
  * Written by Matti 'ccr' Hämäläinen
  * (C) Copyright 2008 Tecnic Software productions (TNSP)
  */
@@ -994,7 +995,7 @@
 	memset(histBuf, 0, sizeof(histBuf));
 	
 	/* Initialize */
-	th_init("NNChat", "Newbie Nudes chat client", "0.6",
+	th_init("NNChat", "Newbie Nudes chat client", "0.6.1",
 		"Written and designed by Anonymous Finnish Guy (C) 2008",
 		"This software is freeware, use and distribute as you wish.");
 	th_verbosityLevel = 0;