diff options
Diffstat (limited to 'vchat-ui.c')
-rwxr-xr-x | vchat-ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
42 | char topicstr[TOPICSTRSIZE] = "[] VChat 0.19"; | 42 | char topicstr[TOPICSTRSIZE] = "[] VChat 0.20"; |
43 | /* current string in console window */ | 43 | /* current string in console window */ |
44 | char consolestr[CONSOLESTRSIZE] = "[ Get help: .h for server /h for client commands"; | 44 | char consolestr[CONSOLESTRSIZE] = "[ Get help: .h for server /h for client commands"; |
45 | 45 | ||