From d8013331aef8bf21f01e129f8e793ed51d81082a Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 24 Oct 2006 02:51:05 +0000 Subject: Update to version 1.0 --- ChangeLog | 2 +- config.win32.h | 6 +++--- configure.in | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index b152bf1..28e43b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 0.9.7 +Version 1.0 - Don't let most characters below 0x0020 through. Old RTF's seem to have these for strange reasons. - Send data in chunks so massive amounts of picture data don't diff --git a/config.win32.h b/config.win32.h index 5aa951d..4ca5e38 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.6" +#define PACKAGE_STRING "rtfx 1.0" /* 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.6" +#define PACKAGE_VERSION "1.0" /* 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.6" +#define VERSION "1.0" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ diff --git a/configure.in b/configure.in index 45178dc..92655c3 100644 --- a/configure.in +++ b/configure.in @@ -36,8 +36,8 @@ dnl Nate Nielsen dnl dnl IMPORTANT! Always update config.win32.h with new version number -AC_INIT(rtfx, 0.9.6, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(rtfx, 0.9.6) +AC_INIT(rtfx, 1.0, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(rtfx, 1.0) LDFLAGS="$LDFLAGS -L/usr/local/lib" CPPFLAGS="$CPPFLAGS -I/usr/local/include" -- cgit v1.2.3