summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2010-05-18 15:26:01 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2010-05-18 15:26:01 (GMT)
commit973c61fd42a317576b4fe6fa579b9fea4dbbc8ea (patch)
treefe5051cc7cfafd28eca5db799e9da09a97bebc22 /src
parenta41fb65b7ca24b5a2a6d4a73af135caac39bb7ea (diff)
downloadhdf5-973c61fd42a317576b4fe6fa579b9fea4dbbc8ea.zip
hdf5-973c61fd42a317576b4fe6fa579b9fea4dbbc8ea.tar.gz
hdf5-973c61fd42a317576b4fe6fa579b9fea4dbbc8ea.tar.bz2
[svn-r18841] Changed version number to 1.8.4-snap0
Updated RELEASE.txt file accordingly.
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 65c68aa..dc0a180 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -71,10 +71,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 4 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap23" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 5 /* 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.4-snap23" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.5-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 fa70ec9..0c76b27 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -442,7 +442,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 = 3
+LT_VERS_REVISION = 4
LT_VERS_AGE = 0
H5detect_CFLAGS = -g $(AM_CFLAGS)