mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-18 17:40:55 +08:00
[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:
parent
361cac5966
commit
2714638dec
@ -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
2133
c++/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -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])
|
||||
|
||||
|
@ -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
2066
fortran/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -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])
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
HDF5 version 1.5.58 currently under development
|
||||
HDF5 version 1.5.59 currently under development
|
||||
================================================================================
|
||||
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user