summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/configure2
-rw-r--r--src/configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/configure b/src/configure
index 6444c38..b11ec52 100755
--- a/src/configure
+++ b/src/configure
@@ -2367,7 +2367,7 @@ fi
# Define the identity of the package.
PACKAGE=flam3
- VERSION="2.8b7"
+ VERSION="2.8b9"
cat >>confdefs.h <<_ACEOF
diff --git a/src/configure.in b/src/configure.in
index f519a8c..fb171d5 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -5,7 +5,7 @@ AC_INIT(flam3-animate.c)
AM_CONFIG_HEADER(config.h)
AC_ARG_ENABLE(pthread, [ --enable-pthread compile FLAM3 with threads enabled (default=yes)])
AC_ARG_ENABLE(atomic_ops, [ --enable-atomic-ops compile FLAM3 with atom ops enabled (default=yes, independently checks for 32 and 64 bit sizes)])
-AM_INIT_AUTOMAKE(flam3,"2.8b7")
+AM_INIT_AUTOMAKE(flam3,"2.8b9")
AC_CONFIG_MACRO_DIR([m4])