mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r12478] Changed version number to 1.8.0-alpha5 after tagging hdf5-1.8.0-alpha4 release
with "hdf5_1_8_0_alpha4" tag.
This commit is contained in:
parent
9dc96eab6f
commit
b0379795d5
@ -1,4 +1,4 @@
|
||||
HDF5 version 1.8.0-alpha4 released on Sun Jul 16 13:42:12 CDT 2006
|
||||
HDF5 version 1.8.0-alpha5 currently under development
|
||||
Please refer to the release_docs/INSTALL file for installation instructions.
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
@ -25,7 +25,7 @@ dnl
|
||||
dnl NOTE: Don't forget to change the version number here when we do a
|
||||
dnl release!!!
|
||||
dnl
|
||||
AC_INIT([HDF5], [1.8.0-alpha4], [hdfhelp@ncsa.uiuc.edu])
|
||||
AC_INIT([HDF5], [1.8.0-alpha5], [hdfhelp@ncsa.uiuc.edu])
|
||||
AC_CONFIG_SRCDIR([src/H5.c])
|
||||
AM_CONFIG_HEADER([src/H5config.h])
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
HDF5 version 1.8.0-alpha4 released on Sun Jul 16 13:42:12 CDT 2006
|
||||
HDF5 version 1.8.0-alpha5 currently under development
|
||||
================================================================================
|
||||
|
||||
INTRODUCTION
|
||||
|
@ -67,9 +67,9 @@ extern "C" {
|
||||
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
|
||||
#define H5_VERS_MINOR 8 /* For minor interface/format changes */
|
||||
#define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */
|
||||
#define H5_VERS_SUBRELEASE "alpha4" /* For pre-releases like snap0 */
|
||||
#define H5_VERS_SUBRELEASE "alpha5" /* For pre-releases like snap0 */
|
||||
/* Empty string for real releases. */
|
||||
#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha4" /* Full version string */
|
||||
#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha5" /* Full version string */
|
||||
|
||||
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
|
||||
H5_VERS_RELEASE)
|
||||
|
Loading…
Reference in New Issue
Block a user