Remove redundant PACKAGE and VERSION defines.

This commit is contained in:
Martin Blapp 2003-09-02 16:10:46 +00:00
parent bb967f5e67
commit a3d52360e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119686

View file

@ -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"
/**************************************************************************/