to sync with tag

This commit is contained in:
Scott Draves
2015-06-12 02:44:16 +00:00
parent cf992d1f25
commit ba790dfc3e
5 changed files with 5 additions and 5 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.1.0")
AM_INIT_AUTOMAKE(flam3,"3.1.1")
AC_CONFIG_MACRO_DIR([m4])