diff options
| author | Andreas Kotes <count@flatline.de> | 2014-04-16 15:28:51 +0200 |
|---|---|---|
| committer | Andreas Kotes <count@flatline.de> | 2014-04-16 15:28:51 +0200 |
| commit | edba804a0cbd19e5c971c55661bcf83967573906 (patch) | |
| tree | 0582627886aaabb13fa3baf23b01a3cb2da9ec77 /vchat-commands.c | |
| parent | 0171de7653dbc409f8a936e80a8c9bc3ab3d1bdb (diff) | |
fix version strings
Diffstat (limited to 'vchat-commands.c')
| -rwxr-xr-x | vchat-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 29 | #include "vchat-user.h" | 29 | #include "vchat-user.h" |
| 30 | 30 | ||
| 31 | /* version of this module */ | 31 | /* version of this module */ |
| 32 | const char *vchat_cm_version = "$Id$"; | 32 | const char *vchat_cm_version = "vchat-commands.c $Id$"; |
| 33 | 33 | ||
| 34 | /* from vchat-client.c */ | 34 | /* from vchat-client.c */ |
| 35 | extern int ownquit; | 35 | extern int ownquit; |
