diff options
Diffstat (limited to 'third_party/snappy/linux/config.h')
-rw-r--r-- | third_party/snappy/linux/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/snappy/linux/config.h b/third_party/snappy/linux/config.h index d993481..6b9cf2a 100644 --- a/third_party/snappy/linux/config.h +++ b/third_party/snappy/linux/config.h @@ -78,7 +78,7 @@ #define PACKAGE_NAME "snappy" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "snappy 1.0.5" +#define PACKAGE_STRING "snappy 1.0.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "snappy" @@ -87,13 +87,13 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.0.5" +#define PACKAGE_VERSION "1.0.0" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "1.0.5" +#define VERSION "1.0.0" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ |