Corrected version number

This commit is contained in:
Kurt Stockinger
2007-08-29 01:59:47 +00:00
parent 3ebc9de7a9
commit 607d1e86ab
+1 -1
View File
@@ -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.