From 072a2781fc78ec906ae4454b56f76742a01b1590 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Achim=20Gsell=C3=BC?= <achim.gsell@psi.ch>
Date: Tue, 4 Sep 2018 10:34:04 +0200
Subject: [PATCH] configure.ac - set version to 2.0.0rc5

---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index eb437570..750e75c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,12 +1,12 @@
 #
-#  Copyright (c) 2006-2017, The Regents of the University of California,
+#  Copyright (c) 2006-2018, The Regents of the University of California,
 #  through Lawrence Berkeley National Laboratory (subject to receipt of any
 #  required approvals from the U.S. Dept. of Energy) and the Paul Scherrer
 #  Institut (Switzerland).  All rights reserved.
 #
 #  License: see file COPYING in top level of source distribution.
 #
-AC_INIT([H5hut], [2.0.0rc4], [h5part@lists.psi.ch], H5hut)
+AC_INIT([H5hut], [2.0.0rc5], [h5part@lists.psi.ch], H5hut)
 AC_PREREQ(2.60)
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_MACRO_DIR([m4])
-- 
GitLab