diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2017-06-08 22:05:35 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2017-06-08 22:05:35 (GMT) |
commit | 92de5e051f2f0ec6b7d846841adcaee7451881ec (patch) | |
tree | 02489e4ddcfdceb4f9eb795ee3067c0a73f45dc6 /src | |
parent | d6c48e58c31a523f4931a60a8ac44bec4d2b201b (diff) | |
parent | c8499b192638da0f0eef9544d830f0df959cc76f (diff) | |
download | hdf5-92de5e051f2f0ec6b7d846841adcaee7451881ec.zip hdf5-92de5e051f2f0ec6b7d846841adcaee7451881ec.tar.gz hdf5-92de5e051f2f0ec6b7d846841adcaee7451881ec.tar.bz2 |
Merge pull request #570 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8
* commit 'c8499b192638da0f0eef9544d830f0df959cc76f':
Reset default build mode to enable-production=no.
Update h5vers and release scripts for 1.8.19 branch, set version to 1.8.19-pre1. Note: changes to these scripts were brought from develop/hdf5_1_10 and modified for 1.8 version differences. Update HDF5 version to 1.8.20-snap0. Update HL .so number for added API function.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5public.h | 6 | ||||
-rw-r--r-- | src/Makefile.in | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/H5public.h b/src/H5public.h index 0f7beda..0e46778 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -92,10 +92,10 @@ extern "C" { /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 8 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 19 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "snap4" /* For pre-releases like snap0 */ +#define H5_VERS_RELEASE 20 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_SUBRELEASE "snap0" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.19-snap4" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.20-snap0" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) diff --git a/src/Makefile.in b/src/Makefile.in index 847a245..06e169f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -737,9 +737,9 @@ LT_CXX_VERS_AGE = 0 LT_F_VERS_INTERFACE = 10 LT_F_VERS_REVISION = 4 LT_F_VERS_AGE = 0 -LT_HL_VERS_INTERFACE = 11 -LT_HL_VERS_REVISION = 1 -LT_HL_VERS_AGE = 1 +LT_HL_VERS_INTERFACE = 12 +LT_HL_VERS_REVISION = 0 +LT_HL_VERS_AGE = 2 LT_HL_CXX_VERS_INTERFACE = 12 LT_HL_CXX_VERS_REVISION = 0 LT_HL_CXX_VERS_AGE = 1 |