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-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vchat-client.c') diff --git a/vchat-client.c b/vchat-client.c index 1efcd7d..a2e298c 100755 --- a/vchat-client.c +++ b/vchat-client.c @@ -32,7 +32,7 @@ #include "vchat-user.h" /* version of this module */ -const char *vchat_cl_version = "$Id$"; +const char *vchat_cl_version = "vchat-client.c $Id$"; /* externally used variables */ /* we're logged in */ -- cgit v1.2.3