From a69a88c49ca5bbe693847be29c85c84cc1e139f4 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 2 Oct 2024 14:57:51 +0200 Subject: [PATCH] version bumped to 2.0.0rc7 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3140353..3f15045 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # # License: see file COPYING in top level of source distribution. # -AC_INIT([H5hut], [2.0.0rc6], [h5part@lists.psi.ch], H5hut) +AC_INIT([H5hut], [2.0.0rc7], [h5part@lists.psi.ch], H5hut) AC_PREREQ(2.60) AC_CONFIG_HEADERS(config.h) AC_CONFIG_MACRO_DIR([m4])