From 40e8d51a27f85dc7cac8c685add574d48a997180 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sat, 21 May 2022 13:42:15 +0200 Subject: Bump version to 0.20 --- vchat-client.sgml | 2 +- vchat-config.h | 2 +- vchat-ui.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vchat-client.sgml b/vchat-client.sgml index 3d6fbc7..7e96b28 100755 --- a/vchat-client.sgml +++ b/vchat-client.sgml @@ -101,7 +101,7 @@ overridden in the configfile. from -set from (default "vc-alpha-0.19") +set from (default "vc-alpha-0.20") diff --git a/vchat-config.h b/vchat-config.h index 954a029..89cf231 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.19", NULL, { NULL } }, + {CF_FROM, CO_STR, "from", "vc-alpha-0.20", NULL, { NULL } }, {CF_SERVERHOST, CO_STR, "host", "localhost", NULL, { NULL } }, {CF_SERVERPORT, CO_STR, "port", "2325", NULL, { NULL } }, {CF_CIPHERSUITE, CO_STR, "ciphers", NULL, NULL, { NULL } }, diff --git a/vchat-ui.c b/vchat-ui.c index 458a176..a55f7f8 100755 --- a/vchat-ui.c +++ b/vchat-ui.c @@ -39,7 +39,7 @@ const char *vchat_ui_version = "vchat-ui.c $Id$"; /* externally used variables */ /* current string in topic window */ -char topicstr[TOPICSTRSIZE] = "[] VChat 0.19"; +char topicstr[TOPICSTRSIZE] = "[] VChat 0.20"; /* current string in console window */ char consolestr[CONSOLESTRSIZE] = "[ Get help: .h for server /h for client commands"; -- cgit v1.2.3