diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2008-11-03 21:54:52 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2008-11-03 21:54:52 (GMT) |
commit | d9080af46187e7e3bf3929442cb7db3a2f71a07d (patch) | |
tree | 54270f4d76e1370c4c9f037b976e9ce6721f3fff /src | |
parent | 780999deee27ee44f5311be57c4153c5a231f183 (diff) | |
download | hdf5-d9080af46187e7e3bf3929442cb7db3a2f71a07d.zip hdf5-d9080af46187e7e3bf3929442cb7db3a2f71a07d.tar.gz hdf5-d9080af46187e7e3bf3929442cb7db3a2f71a07d.tar.bz2 |
[svn-r16023] Maintenance: Changed version to hdf5-1.8.2-pre1 before creating a tar ball for
remote testing.
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 dd536a5..af90050 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 1 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "snap8" /* For pre-releases like snap0 */ +#define H5_VERS_RELEASE 2 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_SUBRELEASE "pre1" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.1-snap8" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.2-pre1" /* 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 9b9fb26..51691e7 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -406,7 +406,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 = 0 +LT_VERS_REVISION = 1 LT_VERS_AGE = 0 H5detect_CFLAGS = -g |