Skip to content

Commit

Permalink
Merge branch 'hotfix-v0.51.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcdougall committed Mar 9, 2015
2 parents d064325 + 2e6aa3d commit eebced4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.65)
AC_INIT([queso], [0.51.0], [[email protected]])
AC_INIT([queso], [0.51.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 Expand Up @@ -133,7 +133,7 @@ AX_PATH_GLPK([4.35],[no])
AX_PATH_HDF5_NEW([1.8.0],[no])

# Check for ANN (external library)
# AX_PATH_ANN
# AX_PATH_ANN
#### TODO: Make sure that the ANN uses L-infinity (Max) norm

# Check for ANN feature
Expand Down Expand Up @@ -184,7 +184,7 @@ AC_CONFIG_FILES([
src/contrib/ANN/Makefile
src/contrib/ANN/test/Makefile
src/core/inc/queso.h
examples/Makefile
examples/Makefile
examples/infinite_dim/inverse_options
examples/infinite_dim/parallel_inverse_options
test/Makefile
Expand Down

0 comments on commit eebced4

Please sign in to comment.