Version 2.0-beta becomes 2.0 :-)

This commit is contained in:
Brian Somers 1998-07-04 10:24:49 +00:00
parent e3e1bee33a
commit 274211d743
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37373

View File

@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id: command.c,v 1.151 1998/06/27 14:18:02 brian Exp $
* $Id: command.c,v 1.152 1998/06/27 23:48:42 brian Exp $
*
*/
#include <sys/types.h>
@ -121,8 +121,8 @@
#define NEG_VJCOMP 49
#define NEG_DNS 50
const char Version[] = "2.0-beta";
const char VersionDate[] = "$Date: 1998/06/27 14:18:02 $";
const char Version[] = "2.0";
const char VersionDate[] = "$Date: 1998/06/27 23:48:42 $";
static int ShowCommand(struct cmdargs const *);
static int TerminalCommand(struct cmdargs const *);