diff options
-rw-r--r-- | usr.sbin/amd/include/config.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h index 568d68d..a8c2473 100644 --- a/usr.sbin/amd/include/config.h +++ b/usr.sbin/amd/include/config.h @@ -880,11 +880,6 @@ /* Turn off memory debugging by default */ /* #undef DEBUG_MEM */ -/* Define package name (must be defined by configure.in) */ -#define PACKAGE "am-utils" - -/* Define version of package (must be defined by configure.in) */ -#define VERSION "6.0.9" /* We [FREEBSD-NATIVE] pick some parameters from our local config file */ @@ -1986,7 +1981,7 @@ #define PACKAGE "am-utils" /* Version number of package */ -#define VERSION "6.0.7" +#define VERSION "6.0.9" /**************************************************************************/ |