mirror of
				https://github.com/scottdraves/flam3.git
				synced 2025-11-03 18:00:41 -05:00 
			
		
		
		
	to sync with tag
This commit is contained in:
		@ -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
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								config.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								config.h
									
									
									
									
									
								
							@ -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
									
									
								
							
							
						
						
									
										2
									
								
								configure
									
									
									
									
										vendored
									
									
								
							@ -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
 | 
			
		||||
 | 
			
		||||
@ -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])
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								libtool
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								libtool
									
									
									
									
									
								
							@ -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.
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user