diff options
-rw-r--r-- | config.win32.h | 2 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config.win32.h b/config.win32.h index 257a95c..2ca9cc4 100644 --- a/config.win32.h +++ b/config.win32.h @@ -118,7 +118,7 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "0.9.5.92" +#define VERSION "0.9.5.93" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ diff --git a/configure.in b/configure.in index a06f67f..d5fa8ab 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.92, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(rtfx, 0.9.5.92) +AC_INIT(rtfx, 0.9.5.93, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(rtfx, 0.9.5.93) LDFLAGS="$LDFLAGS -L/usr/local/lib" CPPFLAGS="$CPPFLAGS -I/usr/local/include" |