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-commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vchat-commands.c') diff --git a/vchat-commands.c b/vchat-commands.c index 5ade188..06c9010 100755 --- a/vchat-commands.c +++ b/vchat-commands.c @@ -29,7 +29,7 @@ #include "vchat-user.h" /* version of this module */ -const char *vchat_cm_version = "$Id$"; +const char *vchat_cm_version = "vchat-commands.c $Id$"; /* from vchat-client.c */ extern int ownquit; -- cgit v1.2.3