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-user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vchat-user.c') diff --git a/vchat-user.c b/vchat-user.c index d7261d6..7280672 100755 --- a/vchat-user.c +++ b/vchat-user.c @@ -15,7 +15,7 @@ #include "vchat-user.h" /* version of this module */ -char *vchat_us_version = "$Id$"; +char *vchat_us_version = "vchat-user.c $Id$"; typedef struct { -- cgit v1.2.3