diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1998-11-20 05:18:34 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-11-20 05:18:34 +0000 |
| commit | a42423507396b9f90f2193c64eaf0663178becdd (patch) | |
| tree | 309a6474be4c9a3d7f4c054c594452136ffccc3c | |
| parent | db0921e88922d6fca2638d1d3e0c238962000a5b (diff) | |
Notes
| -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 c36021fba7fa..228635b64539 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" |
