diff options
author | Stef Walter <stef@thewalter.net> | 2004-08-17 15:54:29 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2004-08-17 15:54:29 +0000 |
commit | f5515ffb5442f2672fe1948b8ac647223d1e0a51 (patch) | |
tree | 9af009be26a7db7b7eef83fd0975a20c83b67cbb | |
parent | 601820ea68e2c8c655a96c9f9412a98bc6231b87 (diff) |
New version
-rw-r--r-- | config.win32.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.win32.h b/config.win32.h index 4d1f34c..570f75d 100644 --- a/config.win32.h +++ b/config.win32.h @@ -175,13 +175,13 @@ #define PACKAGE_NAME "scrounge-ntfs" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "scrounge-ntfs 0.8.1" +#define PACKAGE_STRING "scrounge-ntfs 0.8.6" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "scrounge-ntfs" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.8.1" +#define PACKAGE_VERSION "0.8.6" /* The size of a `off_t', as computed by sizeof. */ #define SIZEOF_OFF_T 4 @@ -193,7 +193,7 @@ /* #define TIME_WITH_SYS_TIME 1 */ /* Version number of package */ -#define VERSION "0.8.1" +#define VERSION "0.8.6" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ |