diff options
author | Andreas Kotes <count@flatline.de> | 2014-04-15 13:15:16 +0200 |
---|---|---|
committer | Andreas Kotes <count@flatline.de> | 2014-04-15 13:15:16 +0200 |
commit | 2cf4cbdf20b0154470c4b1642a5f8cc0cd97cf7c (patch) | |
tree | 0d8925738057bbb0e8f4f5a492541937cdb552ef /vchat-ui.c | |
parent | 962f887a64422c8e0a7f12131d8401211ef8cd74 (diff) |
version bump 0.18
Diffstat (limited to 'vchat-ui.c')
-rwxr-xr-x | vchat-ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ char *vchat_ui_version = "$Id$"; | |||
40 | 40 | ||
41 | /* externally used variables */ | 41 | /* externally used variables */ |
42 | /* current string in topic window */ | 42 | /* current string in topic window */ |
43 | char topicstr[TOPICSTRSIZE] = "[] VChat 0.17"; | 43 | char topicstr[TOPICSTRSIZE] = "[] VChat 0.18"; |
44 | /* current string in console window */ | 44 | /* current string in console window */ |
45 | char consolestr[CONSOLESTRSIZE] = "[ Get help: .h for server /h for client commands"; | 45 | char consolestr[CONSOLESTRSIZE] = "[ Get help: .h for server /h for client commands"; |
46 | 46 | ||