comparison nnchat.c @ 98:b7c981e27b66

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 17 Nov 2009 19:21:35 +0200
parents 218efd2f0641
children ed4067c10a8a
comparison
equal deleted inserted replaced
97:218efd2f0641 98:b7c981e27b66
598 int histPos = 0, histMax = 0; 598 int histPos = 0, histMax = 0;
599 599
600 memset(histBuf, 0, sizeof(histBuf)); 600 memset(histBuf, 0, sizeof(histBuf));
601 601
602 /* Initialize */ 602 /* Initialize */
603 th_init("NNChat", "Newbie Nudes chat client", "0.7.2", 603 th_init("NNChat", "Newbie Nudes chat client", "0.7.3",
604 "Written and designed by Anonymous Finnish Guy (C) 2008-2009", 604 "Written and designed by Anonymous Finnish Guy (C) 2008-2009",
605 "This software is freeware, use and distribute as you wish."); 605 "This software is freeware, use and distribute as you wish.");
606 th_verbosityLevel = 0; 606 th_verbosityLevel = 0;
607 607
608 /* Parse arguments */ 608 /* Parse arguments */