From 3b9b792e02648847d4876183453ff5c5fc608e0a Mon Sep 17 00:00:00 2001 From: Scott Draves Date: Fri, 12 Jun 2015 02:31:12 +0000 Subject: [PATCH] version to 3.1.0 --- config.h | 2 +- configure | 2 +- configure.ac | 2 +- libtool | 16 ++++++++-------- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/config.h b/config.h index 54ded41..0a7cb81 100644 --- a/config.h +++ b/config.h @@ -84,7 +84,7 @@ #define TIME_WITH_SYS_TIME 1 /* Version number of package */ -#define VERSION "3.0.2" +#define VERSION "3.1.0" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ diff --git a/configure b/configure index 6e8b414..a7ed89d 100755 --- a/configure +++ b/configure @@ -2827,7 +2827,7 @@ fi # Define the identity of the package. PACKAGE=flam3 - VERSION="3.0.2" + VERSION="3.1.0" cat >>confdefs.h <<_ACEOF diff --git a/configure.ac b/configure.ac index c2fcc71..5d1bc48 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/libtool b/libtool index 57d1e83..feee158 100755 --- a/libtool +++ b/libtool @@ -1,8 +1,8 @@ #! /bin/bash # libtool - Provide generalized library-building support services. -# Generated automatically by config.status (flam3) 3.0.2 -# Libtool was configured on host nuc: +# Generated automatically by config.status (flam3) 3.1.0 +# Libtool was configured on host localhost: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, @@ -56,12 +56,12 @@ fast_install=needless # The host system. host_alias= -host=x86_64-unknown-linux-gnu +host=i686-pc-linux-gnu host_os=linux-gnu # The build system. build_alias= -build=x86_64-unknown-linux-gnu +build=i686-pc-linux-gnu build_os=linux-gnu # A sed program that does not truncate output. @@ -86,7 +86,7 @@ NM="/usr/bin/nm -B" LN_S="ln -s" # What is the maximum length of a command? -max_cmd_len=3458764513820540925 +max_cmd_len=805306365 # Object file suffix (normally "o"). objext=o @@ -234,10 +234,10 @@ finish_eval="" hardcode_into_libs=yes # Compile-time system search path for libraries. -sys_lib_search_path_spec="/usr/lib/gcc/x86_64-linux-gnu/4.8 /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib" +sys_lib_search_path_spec="/usr/lib/gcc/i686-linux-gnu/4.8 /usr/lib/i386-linux-gnu /usr/lib /lib/i386-linux-gnu /lib" # Run-time system search path for libraries. -sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/x86_64-linux-gnu/libfakeroot /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/mesa-egl /usr/lib/x86_64-linux-gnu/mesa " +sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/i386-linux-gnu/libfakeroot /usr/lib/i386-linux-gnu/mesa /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib " # Whether dlopen is supported. dlopen_support=unknown @@ -254,7 +254,7 @@ striplib="strip --strip-unneeded" # The linker used to build libraries. -LD="/usr/bin/ld -m elf_x86_64" +LD="/usr/bin/ld" # Commands used to build an old-style archive. old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$oldlib"