summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2010-09-21 16:12:03 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2010-09-21 16:12:03 (GMT)
commitf8cd72f48a59c29fea85577c0a42c199825753ab (patch)
tree62c13b184cb137d88faf60c4594dae26ef92b6db /src
parente18d1fb1a0503f6c312a805b37fa1288157f0013 (diff)
downloadhdf5-f8cd72f48a59c29fea85577c0a42c199825753ab.zip
hdf5-f8cd72f48a59c29fea85577c0a42c199825753ab.tar.gz
hdf5-f8cd72f48a59c29fea85577c0a42c199825753ab.tar.bz2
[svn-r19451] Update version of 1.8 branch to HDF5 1.8.7-snap0
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h6
-rw-r--r--src/Makefile.in2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/H5public.h b/src/H5public.h
index ac1089f..884d921 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -75,10 +75,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 5 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap5" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 7 /* 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.5-snap5" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.7-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 b430900..f8bc76c 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -452,7 +452,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
-LT_VERS_REVISION = 4
+LT_VERS_REVISION = 5
LT_VERS_AGE = 0
H5detect_CFLAGS = -g $(AM_CFLAGS)