diff options
author | lrknox <lrknox> | 2017-06-05 22:10:39 (GMT) |
---|---|---|
committer | lrknox <lrknox> | 2017-06-08 15:17:26 (GMT) |
commit | 34c1ca89db3557a7c9f4ed7a63df547cd722be10 (patch) | |
tree | 46273d6d7b6768d4bd2943531afee274def991fb /src | |
parent | d6c48e58c31a523f4931a60a8ac44bec4d2b201b (diff) | |
download | hdf5-34c1ca89db3557a7c9f4ed7a63df547cd722be10.zip hdf5-34c1ca89db3557a7c9f4ed7a63df547cd722be10.tar.gz hdf5-34c1ca89db3557a7c9f4ed7a63df547cd722be10.tar.bz2 |
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 |