summaryrefslogtreecommitdiff
path: root/vchat-ui.c
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2022-05-21 13:42:15 +0200
committerDirk Engling <erdgeist@erdgeist.org>2022-05-21 13:42:15 +0200
commit40e8d51a27f85dc7cac8c685add574d48a997180 (patch)
tree6d7b46b6723cad4c43afd12a63bc55ec93dd0ae2 /vchat-ui.c
parent18916eadbf15261b7462f7da95eaeea4a8a94e21 (diff)
Bump version to 0.20
Diffstat (limited to 'vchat-ui.c')
-rwxr-xr-xvchat-ui.c2
1 files changed, 1 insertions, 1 deletions
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$";
39 39
40/* externally used variables */ 40/* externally used variables */
41/* current string in topic window */ 41/* current string in topic window */
42char topicstr[TOPICSTRSIZE] = "[] VChat 0.19"; 42char topicstr[TOPICSTRSIZE] = "[] VChat 0.20";
43/* current string in console window */ 43/* current string in console window */
44char consolestr[CONSOLESTRSIZE] = "[ Get help: .h for server /h for client commands"; 44char consolestr[CONSOLESTRSIZE] = "[ Get help: .h for server /h for client commands";
45 45