diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2015-04-07 18:56:29 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2015-04-07 18:56:29 (GMT) |
commit | 984f459ff403034b7abe5c9f0f46ed8ea45e23a8 (patch) | |
tree | d31b1e5c297a20d7273dcfa8be32315923c3fcea /src | |
parent | e7faa6e220f375d6a1cc7e240e13e29b018b153f (diff) | |
download | hdf5-984f459ff403034b7abe5c9f0f46ed8ea45e23a8.zip hdf5-984f459ff403034b7abe5c9f0f46ed8ea45e23a8.tar.gz hdf5-984f459ff403034b7abe5c9f0f46ed8ea45e23a8.tar.bz2 |
[svn-r26754] Maintenance: Changed version number in 1_8 to 1.8.16-snap0 and Updated RELEASE.txt for the new work to be entered.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5public.h | 6 | ||||
-rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/H5public.h b/src/H5public.h index fb73ed6..85368a6 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -94,10 +94,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 15 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "snap14" /* For pre-releases like snap0 */ +#define H5_VERS_RELEASE 16 /* 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.15-snap14" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.16-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 6c21ce6..2588633 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -719,7 +719,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 # After making changes, run bin/reconfigure to update other configure related # files like Makefile.in. LT_VERS_INTERFACE = 9 -LT_VERS_REVISION = 1 +LT_VERS_REVISION = 2 LT_VERS_AGE = 0 # Our main target, the HDF5 library |