From 607d1e86abe68b04eb59d9cd5ffc56a1a263e7df Mon Sep 17 00:00:00 2001 From: Kurt Stockinger Date: Wed, 29 Aug 2007 01:59:47 +0000 Subject: [PATCH] Corrected version number --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b14d779..4cd5fcb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Every configure script must call AC_INIT before doing anything else. # AC_INIT (package, version, [bug-report], [tarname]) -AC_INIT([H5Part], [1.3.3], [h5part@lists.psi.ch], H5Part) +AC_INIT([H5Part], [1.4.0], [h5part@lists.psi.ch], H5Part) # Ensure that a recent enough version of Autoconf is being used.