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-protocol.c | |
parent | 0171de7653dbc409f8a936e80a8c9bc3ab3d1bdb (diff) |
fix version strings
Diffstat (limited to 'vchat-protocol.c')
-rwxr-xr-x | vchat-protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
35 | #include "vchat-ssl.h" | 35 | #include "vchat-ssl.h" |
36 | 36 | ||
37 | /* version of this module */ | 37 | /* version of this module */ |
38 | const char *vchat_io_version = "$Id$"; | 38 | const char *vchat_io_version = "vchat-protocol.c $Id$"; |
39 | 39 | ||
40 | /* externally used variables */ | 40 | /* externally used variables */ |
41 | int serverfd = -1; | 41 | int serverfd = -1; |