configure.ac: incr version number to 1.3.3 and bug-report address changed

This commit is contained in:
2007-04-25 07:21:56 +00:00
parent 4546846f06
commit 8d760dc264
+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.2], [vis@hpcrdm.lbl.gov], H5Part)
AC_INIT([H5Part], [1.3.3], [h5part@lists.psi.ch], H5Part)
# Ensure that a recent enough version of Autoconf is being used.