mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
Merge pull request #55 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
Checkpoint update * commit '4a2669d51f8f839a63c1257c184318cd8c0ce1ae': Correct typo: add ' ' Snapshot release: increment version.
This commit is contained in:
commit
620bfd58ae
@ -1,4 +1,4 @@
|
||||
HDF5 version 1.9.234 currently under development
|
||||
HDF5 version 1.9.235 currently under development
|
||||
Please refer to the release_docs/INSTALL file for installation instructions.
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
@ -152,7 +152,7 @@ tar2zip()
|
||||
|
||||
# This command must be run at the top level of the hdf5 source directory.
|
||||
# Verify this requirement.
|
||||
if [ ! \( -f configure -a -f bin/release \) ]; then
|
||||
if [ ! \( -f configure.ac -a -f bin/release \) ]; then
|
||||
echo "$0 must be run at the top level of the hdf5 source directory"
|
||||
exit 1
|
||||
fi
|
||||
|
@ -38,7 +38,7 @@ PROJECT_NAME = "HDF5 C++ API"
|
||||
# could be handy for archiving the generated documentation or if some version
|
||||
# control system is used.
|
||||
|
||||
PROJECT_NUMBER = "1.9.234 currently under development"
|
||||
PROJECT_NUMBER = "1.9.235 currently under development"
|
||||
|
||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||
# for a project that appears at the top of each page and should give viewer a
|
||||
|
@ -26,7 +26,7 @@ AC_PREREQ([2.69])
|
||||
## NOTE: Do not forget to change the version number here when we do a
|
||||
## release!!!
|
||||
##
|
||||
AC_INIT([HDF5], [1.9.234], [help@hdfgroup.org])
|
||||
AC_INIT([HDF5], [1.9.235], [help@hdfgroup.org])
|
||||
|
||||
AC_CONFIG_SRCDIR([src/H5.c])
|
||||
AC_CONFIG_HEADERS([src/H5config.h])
|
||||
|
@ -1,4 +1,4 @@
|
||||
HDF5 version 1.9.234 currently under development
|
||||
HDF5 version 1.9.235 currently under development
|
||||
================================================================================
|
||||
|
||||
|
||||
|
@ -94,10 +94,10 @@ extern "C" {
|
||||
/* Version numbers */
|
||||
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
|
||||
#define H5_VERS_MINOR 9 /* For minor interface/format changes */
|
||||
#define H5_VERS_RELEASE 234 /* For tweaks, bug-fixes, or development */
|
||||
#define H5_VERS_RELEASE 235 /* 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.9.234" /* Full version string */
|
||||
#define H5_VERS_INFO "HDF5 library version: 1.9.235" /* Full version string */
|
||||
|
||||
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
|
||||
H5_VERS_RELEASE)
|
||||
|
Loading…
Reference in New Issue
Block a user