[svn-r7023]

Purpose: Maintenance for the third round of testing

Description: Increased the version number to 1.5.59 after creating
             a tar ball for testing.

Solution:

Platforms tested:

Misc. update:
This commit is contained in:
Elena Pourmal 2003-06-11 07:46:09 -05:00
parent 361cac5966
commit 2714638dec
9 changed files with 7705 additions and 5597 deletions

View File

@ -1,4 +1,4 @@
HDF5 version 1.5.58 currently under development
HDF5 version 1.5.59 currently under development
Please refer to the release_docs/INSTALL file for installation instructions.
------------------------------------------------------------------------------

2133
c++/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -27,7 +27,7 @@ dnl
dnl NOTE: Don't forget to change the version number here when we do a
dnl release!!!
dnl
AC_INIT([HDF5 C++], [1.5.58], [hdfhelp@ncsa.uiuc.edu])
AC_INIT([HDF5 C++], [1.5.59], [hdfhelp@ncsa.uiuc.edu])
AC_CONFIG_SRCDIR([src/H5Library.cpp])
AC_CONFIG_AUX_DIR([../bin])

9089
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,7 @@ dnl
dnl NOTE: Don't forget to change the version number here when we do a
dnl release!!!
dnl
AC_INIT([HDF5], [1.5.58], [hdfhelp@ncsa.uiuc.edu])
AC_INIT([HDF5], [1.5.59], [hdfhelp@ncsa.uiuc.edu])
AC_CONFIG_SRCDIR([src/H5.c])
AC_CONFIG_HEADER([src/H5config.h])

2066
fortran/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,7 @@ dnl
dnl NOTE: Don't forget to change the version number here when we do a
dnl release!!!
dnl
AC_INIT([HDF5 Fortran], [1.5.58], [hdfhelp@ncsa.uiuc.edu])
AC_INIT([HDF5 Fortran], [1.5.59], [hdfhelp@ncsa.uiuc.edu])
AC_CONFIG_SRCDIR([src/HDF5.f90])
AC_CONFIG_HEADER([src/H5config_fortran.h])

View File

@ -1,4 +1,4 @@
HDF5 version 1.5.58 currently under development
HDF5 version 1.5.59 currently under development
================================================================================

View File

@ -75,10 +75,10 @@ extern "C" {
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 5 /* For minor interface/format changes */
#define H5_VERS_RELEASE 58 /* For tweaks, bug-fixes, or development */
#define H5_VERS_RELEASE 59 /* For tweaks, bug-fixes, or development */
#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
/* Empty string for real releases. */
#define H5_VERS_INFO "HDF5 library version: 1.5.58" /* Full version string */
#define H5_VERS_INFO "HDF5 library version: 1.5.59" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)