summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2011-10-21 15:55:40 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2011-10-21 15:55:40 (GMT)
commite52623c9fecf053f211e72f94af1c43df914f199 (patch)
tree0bec80b2dcb013f36361e7fbf5819cc9c68fd55d /src
parent15fc1f3a72b3926248b9f9680ab0a997dd64d419 (diff)
downloadhdf5-e52623c9fecf053f211e72f94af1c43df914f199.zip
hdf5-e52623c9fecf053f211e72f94af1c43df914f199.tar.gz
hdf5-e52623c9fecf053f211e72f94af1c43df914f199.tar.bz2
[svn-r21638] Update 1.8 branch version to 1.8.9-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 fa21ee6..b79ded9 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 8 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap19" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 9 /* 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.8-snap19" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.9-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 4f1b915..161e54f 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -480,7 +480,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 7
-LT_VERS_REVISION = 2
+LT_VERS_REVISION = 3
LT_VERS_AGE = 0
H5detect_CFLAGS = -g $(AM_CFLAGS)