diff options
author | Erik de Castro Lopo <erikd@coltrane> | 2004-11-14 21:12:19 +0000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@coltrane> | 2004-11-14 21:12:19 +0000 |
commit | 427dd1122b6da596bb88c18166f2c1f885fd3fbc (patch) | |
tree | 1fb7582b83acd40281d9d54a29a73caf770a1b5d /Win32/config.h | |
parent | 93333cb6bb745de8482c5b3ceda211cb10ac1282 (diff) |
Win32 updates.
Diffstat (limited to 'Win32/config.h')
-rw-r--r-- | Win32/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Win32/config.h b/Win32/config.h index c59269e..5825877 100644 --- a/Win32/config.h +++ b/Win32/config.h @@ -190,13 +190,13 @@ #define PACKAGE_NAME "libsndfile" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libsndfile 1.0.11pre8" +#define PACKAGE_STRING "libsndfile 1.0.11pre11" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libsndfile" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.0.11pre8" +#define PACKAGE_VERSION "1.0.11pre11" /* Set to maximum allowed value of sf_count_t type. */ #define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFi64 @@ -250,7 +250,7 @@ #define TYPEOF_SF_COUNT_T __int64_t /* Version number of package */ -#define VERSION "1.0.11pre8" +#define VERSION "1.0.11pre11" /* Number of bits in a file offset, on hosts where this is settable. */ /* #undef _FILE_OFFSET_BITS */ |