summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2005-06-09 00:38:57 +0000
committerStef Walter <stef@memberwebs.com>2005-06-09 00:38:57 +0000
commit83fb37958a3ab420b79d6e236ec4424b2b538614 (patch)
treeba655585f483711a37c9269c9d93e3cf5eef9794
parent4385990c140d30559d88c016f79a7af6264781d1 (diff)
New point version of rtfx.
-rw-r--r--config.win32.h6
-rw-r--r--configure.in4
2 files changed, 5 insertions, 5 deletions
diff --git a/config.win32.h b/config.win32.h
index 2ca9cc4..2ce0be8 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"
+#define PACKAGE_STRING "rtfx 0.9.5.94"
/* 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"
+#define PACKAGE_VERSION "0.9.5.94"
/* 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.93"
+#define VERSION "0.9.5.94"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
diff --git a/configure.in b/configure.in
index d5fa8ab..b38605a 100644
--- a/configure.in
+++ b/configure.in
@@ -36,8 +36,8 @@ dnl Nate Nielsen <nielsen@memberwebs.com>
dnl
dnl IMPORTANT! Always update config.win32.h with new version number
-AC_INIT(rtfx, 0.9.5.93, nielsen@memberwebs.com)
-AM_INIT_AUTOMAKE(rtfx, 0.9.5.93)
+AC_INIT(rtfx, 0.9.5.94, nielsen@memberwebs.com)
+AM_INIT_AUTOMAKE(rtfx, 0.9.5.94)
LDFLAGS="$LDFLAGS -L/usr/local/lib"
CPPFLAGS="$CPPFLAGS -I/usr/local/include"