version to 3.1.0

This commit is contained in:
Scott Draves
2015-06-12 02:31:12 +00:00
parent 1876a2a266
commit 3b9b792e02
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -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.2")
AM_INIT_AUTOMAKE(flam3,"3.1.0")
AC_CONFIG_MACRO_DIR([m4])