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 +- vchat-commands.c | 2 +- vchat-protocol.c | 2 +- vchat-ssl.c | 2 +- vchat-ui.c | 2 +- vchat-user.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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 */ 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; diff --git a/vchat-protocol.c b/vchat-protocol.c index 6cf9724..b077411 100755 --- a/vchat-protocol.c +++ b/vchat-protocol.c @@ -35,7 +35,7 @@ #include "vchat-ssl.h" /* version of this module */ -const char *vchat_io_version = "$Id$"; +const char *vchat_io_version = "vchat-protocol.c $Id$"; /* externally used variables */ int serverfd = -1; diff --git a/vchat-ssl.c b/vchat-ssl.c index 999d6b8..68e3699 100755 --- a/vchat-ssl.c +++ b/vchat-ssl.c @@ -32,7 +32,7 @@ #include "vchat.h" #include "vchat-ssl.h" -const char *vchat_ssl_version = "$Id$"; +const char *vchat_ssl_version = "vchat-ssl.c $Id$"; #define VC_CTX_ERR_EXIT(se, cx) do { \ snprintf(tmpstr, TMPSTRSIZE, "CREATE CTX: %s", \ 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 */ 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