summaryrefslogtreecommitdiff
path: root/vchat-ui.c
diff options
context:
space:
mode:
authorAndreas Kotes <count@flatline.de>2014-04-16 15:28:51 +0200
committerAndreas Kotes <count@flatline.de>2014-04-16 15:28:51 +0200
commitedba804a0cbd19e5c971c55661bcf83967573906 (patch)
tree0582627886aaabb13fa3baf23b01a3cb2da9ec77 /vchat-ui.c
parent0171de7653dbc409f8a936e80a8c9bc3ab3d1bdb (diff)
fix version strings
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 d4ea668..ba162a5 100755
--- a/vchat-ui.c
+++ b/vchat-ui.c
@@ -36,7 +36,7 @@
36#include "vchat-user.h" 36#include "vchat-user.h"
37 37
38/* version of this module */ 38/* version of this module */
39const char *vchat_ui_version = "$Id$"; 39const char *vchat_ui_version = "vchat-ui.c $Id$";
40 40
41/* externally used variables */ 41/* externally used variables */
42/* current string in topic window */ 42/* current string in topic window */