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-ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vchat-ui.c') 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