diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-02-13 18:02:05 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-02-13 18:02:05 +0200 |
commit | 0dae8b7751d09e9c5a482d5519daaee4800ce203 (patch) | |
tree | 49a3cad06ef89a865a98bb902f6780f9d69f536c /windows/config.h | |
parent | Changed how the version number is specified in various places. (diff) | |
download | xz-0dae8b7751d09e9c5a482d5519daaee4800ce203.tar.xz |
Windows port: Take advantage of the version number macros.
Now the version number is not duplicated in the
Windows-specific files anymore.
Diffstat (limited to '')
-rw-r--r-- | windows/config.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/windows/config.h b/windows/config.h index 4a055e8c..4d337134 100644 --- a/windows/config.h +++ b/windows/config.h @@ -140,24 +140,12 @@ /* Define to 1 if the system has the type `_Bool'. */ #define HAVE__BOOL 1 -/* Name of package */ -#define PACKAGE "xz" - /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" /* Define to the full name of this package. */ #define PACKAGE_NAME "XZ Utils" -/* Define to the full name and version of this package. */ -#define PACKAGE_STRING "XZ Utils 4.999.8beta" - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "xz" - -/* Define to the version of this package. */ -#define PACKAGE_VERSION "4.999.8beta" - /* The size of `size_t', as computed by sizeof. */ #ifdef _WIN64 # define SIZEOF_SIZE_T 8 @@ -168,9 +156,6 @@ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 -/* Version number of package */ -#define VERSION "4.999.8beta" - /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #if defined __BIG_ENDIAN__ |