From 2cf4cbdf20b0154470c4b1642a5f8cc0cd97cf7c Mon Sep 17 00:00:00 2001 From: Andreas Kotes Date: Tue, 15 Apr 2014 13:15:16 +0200 Subject: version bump 0.18 --- vchat-config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vchat-config.h') diff --git a/vchat-config.h b/vchat-config.h index 8392d18..d2f29a0 100755 --- a/vchat-config.h +++ b/vchat-config.h @@ -29,7 +29,7 @@ extern unsigned int hscroll; static volatile configoption configoptions[] = { /* config-option type name in file default value value localvar */ {CF_NICK, CO_STR, "nick", NULL, NULL, { NULL } }, - {CF_FROM, CO_STR, "from", "vc-alpha-0.17", NULL, { NULL } }, + {CF_FROM, CO_STR, "from", "vc-alpha-0.18", NULL, { NULL } }, {CF_SERVERHOST, CO_STR, "host", "localhost", NULL, { NULL } }, {CF_SERVERPORT, CO_STR, "port", "2325", NULL, { NULL } }, {CF_CIPHERSUITE, CO_STR, "ciphers", "HIGH:MEDIUM", NULL, { NULL } }, -- cgit v1.2.3