From da1ceec4f59c0c419bc0e5fd7bb4f9a387173797 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 16 Apr 2015 18:21:35 +0200 Subject: [PATCH] configure.ac: - set version to 1.99.14 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bb1f9c3..4c3b55d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([H5hut], [1.99.13], [h5part@lists.psi.ch], H5hut) +AC_INIT([H5hut], [1.99.14], [h5part@lists.psi.ch], H5hut) AC_PREREQ(2.60) AC_CONFIG_HEADERS(config.h) AC_CONFIG_MACRO_DIR([m4])