comparison nnchat.c @ 145:d2e3a95c74df

Bump version to 0.8.1.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Nov 2010 21:51:46 +0200
parents 1ba67be3ea3c
children 77c35cdd5ce3
comparison
equal deleted inserted replaced
144:1ba67be3ea3c 145:d2e3a95c74df
807 int histPos = 0, histMax = 0; 807 int histPos = 0, histMax = 0;
808 808
809 memset(histBuf, 0, sizeof(histBuf)); 809 memset(histBuf, 0, sizeof(histBuf));
810 810
811 /* Initialize */ 811 /* Initialize */
812 th_init("NNChat", "Newbie Nudes chat client", "0.8.0", 812 th_init("NNChat", "Newbie Nudes chat client", "0.8.1",
813 "Written and designed by Anonymous Finnish Guy (C) 2008-2010", 813 "Written and designed by Anonymous Finnish Guy (C) 2008-2010",
814 "This software is freeware, use and distribute as you wish."); 814 "This software is freeware, use and distribute as you wish.");
815 th_verbosityLevel = 0; 815 th_verbosityLevel = 0;
816 816
817 /* Read config */ 817 /* Read config */