# HG changeset patch # User Matti Hamalainen # Date 1224978718 -10800 # Node ID fe3140cec81840879fb2da94a8136114d0328a05 # Parent 3e2548c3eb5171295a635ffbd8ebf0ff6efc631d v0.6.1 diff -r 3e2548c3eb51 -r fe3140cec818 nnchat.c --- 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;