Skip to content

Commit

Permalink
Merge pull request #609 from dmcdougall/prepare_0.57.1
Browse files Browse the repository at this point in the history
Prepare 0.57.1 release
  • Loading branch information
dmcdougall authored Jun 23, 2017
2 parents fb02ba9 + 1d1f290 commit c67cad5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ QUESO: Quantification of Uncertainty for Estimation,
Simulation, and Optimization.
-----------------------------------------------------

Version 0.57.1 (Jun 23, 2017)
* Fix bug in GPMSA getpot parse
* GCC 4.4 compatibility fixes
* Fix boost macro bug in build system

Version 0.57.0 (Apr 22, 2017)
* Add methods to calculate normalized GP parameters
* GCC-4.4.7 compatibility fixes
Expand Down
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.57.0], [[email protected]])
AC_INIT([queso], [0.57.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

0 comments on commit c67cad5

Please sign in to comment.