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

View File

@ -317,7 +317,7 @@ changelog:
5/17/15 Added hsv_circular and hsv_rgb_palette_blend. Improved
edit history of genetic algorithm (keep track of generation).
Add find_parents operator to flam3-genome. Release as 3.1.0.
Add find_parents operator to flam3-genome. Release as 3.1.1.
12/29/10 Added --version option to flam3-genome. fixed bug in 16 bpc
png image writing when using strips. xform opacity now affects

View File

@ -84,7 +84,7 @@
#define TIME_WITH_SYS_TIME 1
/* Version number of package */
#define VERSION "3.1.0"
#define VERSION "3.1.1"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */

2
configure vendored
View File

@ -2827,7 +2827,7 @@ fi
# Define the identity of the package.
PACKAGE=flam3
VERSION="3.1.0"
VERSION="3.1.1"
cat >>confdefs.h <<_ACEOF

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])

View File

@ -1,7 +1,7 @@
#! /bin/bash
# libtool - Provide generalized library-building support services.
# Generated automatically by config.status (flam3) 3.1.0
# Generated automatically by config.status (flam3) 3.1.1
# Libtool was configured on host localhost:
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
#