diff options
author | obrien <obrien@FreeBSD.org> | 1998-11-20 05:18:34 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-11-20 05:18:34 +0000 |
commit | b9be76a8b11be55d570089b3198fc8556b636725 (patch) | |
tree | e7fbfec748d9ebbca0a5e0b57ecda3b51fd7c88c /usr.sbin/amd | |
parent | 58554c66d9f9a1861eb365fa342bcbae57d4f646 (diff) | |
download | FreeBSD-src-b9be76a8b11be55d570089b3198fc8556b636725.zip FreeBSD-src-b9be76a8b11be55d570089b3198fc8556b636725.tar.gz |
Fix version number.
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r-- | usr.sbin/amd/include/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h index c36021f..228635b 100644 --- a/usr.sbin/amd/include/config.h +++ b/usr.sbin/amd/include/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.6 1998/08/27 08:09:41 obrien Exp $ */ +/* $Id: config.h,v 1.7 1998/09/04 08:55:29 obrien Exp $ */ /* portions derived from $NetBSD: config.h,v 1.11 1998/08/08 22:33:37 christos Exp $ */ /* config.h. Generated automatically by configure. */ @@ -927,7 +927,7 @@ #define PACKAGE "am-utils" /* Define version of package (must be defined by configure.in) */ -#define VERSION "6.0a16" +#define VERSION "6.0b1" /* We pick some parameters from our local config file */ #include "config_local.h" |