summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Reckase <e.reckase@gmail.com>2010-12-30 00:06:40 +0000
committerScott Draves <spot@draves.org>2015-02-15 12:20:14 -0500
commit4565e804f1667d4be0cccb77e0d32f2c351bd996 (patch)
tree38595f61e8fd40bf9d0bdd1406300cef0abe8a9d
parent946c615031aa8d8de4311f9bf84105c18e7ee4e9 (diff)
downloadpucket-4565e804f1667d4be0cccb77e0d32f2c351bd996.tar.gz
pucket-4565e804f1667d4be0cccb77e0d32f2c351bd996.tar.bz2
pucket-4565e804f1667d4be0cccb77e0d32f2c351bd996.zip
updated version to 3.0.1
git-svn-id: https://flam3.googlecode.com/svn/trunk@150 77852712-ef1d-11de-8684-7d64432d61a3
-rw-r--r--src/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.in b/src/configure.in
index 1c4ab87..faac129 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,"3.0")
+AM_INIT_AUTOMAKE(flam3,"3.0.1")
AC_CONFIG_MACRO_DIR([m4])