From 99fbf79f95fc17dc170588426e82af57ad53c40c Mon Sep 17 00:00:00 2001 From: Damon McDougall Date: Mon, 29 Jun 2015 14:16:59 -0500 Subject: [PATCH 1/2] Bump version number to 0.53.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 528b9b8c6..ede3b25d6 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.65) -AC_INIT([queso], [0.53.0], [queso-users@googlegroups.com]) +AC_INIT([queso], [0.53.1], [queso-users@googlegroups.com]) PACKAGE_DESCRIPTION="The parallel C++ statistical library QUESO: Quantification of uncertainty for estimation, simulation and optimization" AC_SUBST([PACKAGE_DESCRIPTION]) PACKAGE_URL="https://github.com/libqueso/queso" From 913d61671863c798534d408b109f8867e577a82f Mon Sep 17 00:00:00 2001 From: Damon McDougall Date: Mon, 29 Jun 2015 14:17:14 -0500 Subject: [PATCH 2/2] Add missing files to tarball --- examples/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/Makefile.am b/examples/Makefile.am index b3b73f92c..a0451662b 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -240,6 +240,7 @@ tga2_gsl_CPPFLAGS = -I$(top_srcdir)/examples/validationCycle2/src $(QUESO_CPPFLA dist_tga2_gsl_DATA = dist_tga2_gsl_DATA += $(tga2_gsl_DATA) +dist_tga2_gsl_DATA += ${tga2_gslinputdata_DATA} dist_tga2_gsl_DATA += ${tga2_gsl_HEADERS} dist_tga2_gsl_DATA += ${tga2_gsl_SOURCES}