Skip to content

Commit

Permalink
Merge branch 'hotfix-0.53.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcdougall committed Jun 29, 2015
2 parents 94c18ec + 913d616 commit c2b59d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.65)
AC_INIT([queso], [0.53.0], [[email protected]])
AC_INIT([queso], [0.53.1], [[email protected]])
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"
Expand Down
1 change: 1 addition & 0 deletions examples/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit c2b59d4

Please sign in to comment.