summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2013-08-19 23:29:35 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2013-08-19 23:29:35 (GMT)
commit46b8a32c6ec325274c974d0dd42838d39ecc1082 (patch)
treef1be04bdb756683e465809f1c46055cef3b7d5e3 /src
parentb8a8b54fda077ee6fccc084de18c14ae6e7b6bfe (diff)
downloadhdf5-46b8a32c6ec325274c974d0dd42838d39ecc1082.zip
hdf5-46b8a32c6ec325274c974d0dd42838d39ecc1082.tar.gz
hdf5-46b8a32c6ec325274c974d0dd42838d39ecc1082.tar.bz2
[svn-r24031] Bring revisions #23950 - 23977 from trunk to revise_chunks.
h5committested.
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h4
-rw-r--r--src/Makefile.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/H5public.h b/src/H5public.h
index ce37b87..9af8296 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 9 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 160 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 161 /* For tweaks, bug-fixes, or development */
#define H5_VERS_SUBRELEASE "FA_a5" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.9.160-FA_a5" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.9.161-FA_a5" /* 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 2b7dd35..033180a 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -525,7 +525,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 = 150
+LT_VERS_REVISION = 151
LT_VERS_AGE = 0
H5detect_CFLAGS = -g $(AM_CFLAGS)