diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2009-04-11 13:24:23 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2009-04-11 13:24:23 (GMT) |
commit | 0eacb97a155bb4877e231b41b5f6882cfc0d1a06 (patch) | |
tree | 9bbbed9011f596a96073779f3c33e7cfbb1d2abe /configure.in | |
parent | 9d308a023b20400a56eff1acc62d465045c1c8dd (diff) | |
download | hdf5-0eacb97a155bb4877e231b41b5f6882cfc0d1a06.zip hdf5-0eacb97a155bb4877e231b41b5f6882cfc0d1a06.tar.gz hdf5-0eacb97a155bb4877e231b41b5f6882cfc0d1a06.tar.bz2 |
[svn-r16738] Snapshot version 1.9 release 38
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8cd50d7..57632d5 100644 --- a/configure.in +++ b/configure.in @@ -26,7 +26,7 @@ dnl dnl NOTE: Don't forget to change the version number here when we do a dnl release!!! dnl -AC_INIT([HDF5], [1.9.38], [help@hdfgroup.org]) +AC_INIT([HDF5], [1.9.39], [help@hdfgroup.org]) AC_CONFIG_SRCDIR([src/H5.c]) AM_CONFIG_HEADER([src/H5config.h]) |