Skip to content

Commit c2b59d4

Browse files
committed
Merge branch 'hotfix-0.53.1'
2 parents 94c18ec + 913d616 commit c2b59d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.65)
5-
AC_INIT([queso], [0.53.0], [queso-users@googlegroups.com])
5+
AC_INIT([queso], [0.53.1], [queso-users@googlegroups.com])
66
PACKAGE_DESCRIPTION="The parallel C++ statistical library QUESO: Quantification of uncertainty for estimation, simulation and optimization"
77
AC_SUBST([PACKAGE_DESCRIPTION])
88
PACKAGE_URL="https://github.com/libqueso/queso"

examples/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ tga2_gsl_CPPFLAGS = -I$(top_srcdir)/examples/validationCycle2/src $(QUESO_CPPFLA
240240

241241
dist_tga2_gsl_DATA =
242242
dist_tga2_gsl_DATA += $(tga2_gsl_DATA)
243+
dist_tga2_gsl_DATA += ${tga2_gslinputdata_DATA}
243244
dist_tga2_gsl_DATA += ${tga2_gsl_HEADERS}
244245
dist_tga2_gsl_DATA += ${tga2_gsl_SOURCES}
245246

0 commit comments

Comments
 (0)