summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2008-05-22 22:07:25 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2008-05-22 22:07:25 (GMT)
commitcd60d3859322bb1b0a60ca6361d027134c05cb0f (patch)
treea2c55d71ae15064930825a9ae6f7bc1ec618465e /src
parentae27797c11916301ccec9d467cb3545ccc525162 (diff)
downloadhdf5-cd60d3859322bb1b0a60ca6361d027134c05cb0f.zip
hdf5-cd60d3859322bb1b0a60ca6361d027134c05cb0f.tar.gz
hdf5-cd60d3859322bb1b0a60ca6361d027134c05cb0f.tar.bz2
[svn-r15068] Maintenance: used h5vers script to change version number to 1.8.1-rc1 before creating a tar
ball for remote testing
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 54be4d1..ece9294 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 0 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap7" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 1 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_SUBRELEASE "rc1" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.0-snap7" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.1-rc1" /* 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 d909df9..ef3e9fc 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -403,7 +403,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 5
-LT_VERS_REVISION = 0
+LT_VERS_REVISION = 1
LT_VERS_AGE = 0
H5detect_CFLAGS = -g