bumped version to b9 for recent changes

git-svn-id: https://flam3.googlecode.com/svn/trunk@13 77852712-ef1d-11de-8684-7d64432d61a3
This commit is contained in:
Erik Reckase 2010-05-11 02:17:20 +00:00 committed by Scott Draves
parent f0d93b3b51
commit 38585c856d
2 changed files with 2 additions and 2 deletions

2
src/configure vendored
View File

@ -2367,7 +2367,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE=flam3 PACKAGE=flam3
VERSION="2.8b7" VERSION="2.8b9"
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF

View File

@ -5,7 +5,7 @@ AC_INIT(flam3-animate.c)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AC_ARG_ENABLE(pthread, [ --enable-pthread compile FLAM3 with threads enabled (default=yes)]) 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)]) 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]) AC_CONFIG_MACRO_DIR([m4])