diff options
author | Stef Walter <stef@memberwebs.com> | 2006-02-13 19:21:08 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-02-13 19:21:08 +0000 |
commit | b3eb4652ef1d96b9fbefb19f999cf535886c9058 (patch) | |
tree | f73dcea66d1ebb57599fec6ad46463261003a36f /config.win32.h | |
parent | ed35e63bcc74a441d3451d1c19e72ef34782d20a (diff) |
New windows build: 0.9.6
Diffstat (limited to 'config.win32.h')
-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 2ce0be8..5aa951d 100644 --- a/config.win32.h +++ b/config.win32.h @@ -98,13 +98,13 @@ #define PACKAGE_NAME "rtfx" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "rtfx 0.9.5.94" +#define PACKAGE_STRING "rtfx 0.9.6" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "rtfx" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.9.5.94" +#define PACKAGE_VERSION "0.9.6" /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be @@ -118,7 +118,7 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "0.9.5.94" +#define VERSION "0.9.6" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ |