From edba804a0cbd19e5c971c55661bcf83967573906 Mon Sep 17 00:00:00 2001 From: Andreas Kotes Date: Wed, 16 Apr 2014 15:28:51 +0200 Subject: fix version strings --- 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 d4ea668..ba162a5 100755 --- a/vchat-ui.c +++ b/vchat-ui.c @@ -36,7 +36,7 @@ #include "vchat-user.h" /* version of this module */ -const char *vchat_ui_version = "$Id$"; +const char *vchat_ui_version = "vchat-ui.c $Id$"; /* externally used variables */ /* current string in topic window */ -- cgit v1.2.3