diff options
Diffstat (limited to 'ax25rtd/ax25rtctl.c')
-rw-r--r-- | ax25rtd/ax25rtctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ax25rtd/ax25rtctl.c b/ax25rtd/ax25rtctl.c index 6b40451..48ac48f 100644 --- a/ax25rtd/ax25rtctl.c +++ b/ax25rtd/ax25rtctl.c @@ -1,4 +1,4 @@ -/* $Id: ax25rtctl.c,v 1.1 2001/04/10 01:58:38 csmall Exp $ +/* $Id: ax25rtctl.c,v 1.1.1.1 2001/04/10 01:58:38 csmall Exp $ * * Copyright (c) 1996 Jörg Reuter (jreuter@poboxes.com) * @@ -262,7 +262,7 @@ static void Version(void) int sock; char buf[256]; - printf("ax25rtctl $Revision: 1.1 $\n"); + printf("ax25rtctl $Revision: 1.1.1.1 $\n"); sock = open_socket(); wsock(sock, "version\n"); read(sock, buf, sizeof(buf)); |