summaryrefslogtreecommitdiff
path: root/src/configure.in
diff options
context:
space:
mode:
authorErik Reckase <e.reckase@gmail.com>2010-10-04 11:04:45 +0000
committerScott Draves <spot@draves.org>2015-02-15 12:20:13 -0500
commit1f04d47e5568ce0cde927ed428f94e420a3d330f (patch)
treee16b15d8ca343eca2f8c7c43f65885d92ca473d6 /src/configure.in
parentf75030e2905cbce34a754dc92f1f4d9484ef6f52 (diff)
downloadpucket-1f04d47e5568ce0cde927ed428f94e420a3d330f.tar.gz
pucket-1f04d47e5568ce0cde927ed428f94e420a3d330f.tar.bz2
pucket-1f04d47e5568ce0cde927ed428f94e420a3d330f.zip
bumped to version 2.8 final !
git-svn-id: https://flam3.googlecode.com/svn/trunk@21 77852712-ef1d-11de-8684-7d64432d61a3
Diffstat (limited to 'src/configure.in')
-rw-r--r--src/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.in b/src/configure.in
index 28a4327..96a54c8 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.8b11")
+AM_INIT_AUTOMAKE(flam3,"2.8")
AC_CONFIG_MACRO_DIR([m4])