diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2012-10-12 18:26:55 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2012-10-12 18:26:55 (GMT) |
commit | b650bd0bbde7ad80443cedda9f062b81c93263be (patch) | |
tree | 749081d55fab3931cb8ae5b5a664271ef4a765ce /hl | |
parent | 1ce6022a14292bdc6ca5f74867a55cfe7f34e96e (diff) | |
download | hdf5-b650bd0bbde7ad80443cedda9f062b81c93263be.zip hdf5-b650bd0bbde7ad80443cedda9f062b81c93263be.tar.gz hdf5-b650bd0bbde7ad80443cedda9f062b81c93263be.tar.bz2 |
[svn-r22892] Increment release branch for future release (v1.8.11).
Set version number to 1.8.11-snap0.
Clear out RELEASE.txt to hold 1.8.11 changes
Update version references in RELEASE.txt
Diffstat (limited to 'hl')
-rw-r--r-- | hl/c++/src/Makefile.in | 2 | ||||
-rw-r--r-- | hl/fortran/src/Makefile.in | 2 | ||||
-rw-r--r-- | hl/src/Makefile.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/hl/c++/src/Makefile.in b/hl/c++/src/Makefile.in index d0fda0a..3f8a027 100644 --- a/hl/c++/src/Makefile.in +++ b/hl/c++/src/Makefile.in @@ -458,7 +458,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 = 4 +LT_VERS_REVISION = 5 LT_VERS_AGE = 0 # Include src directory diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index 8a806eb..c578f91 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -474,7 +474,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 = 4 +LT_VERS_REVISION = 5 LT_VERS_AGE = 0 INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/hl/src -I$(top_builddir)/hl/src \ -I$(top_srcdir)/fortran/src -I$(top_builddir)/fortran/src diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in index fa6b370..3818c9b 100644 --- a/hl/src/Makefile.in +++ b/hl/src/Makefile.in @@ -457,7 +457,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 = 4 +LT_VERS_REVISION = 5 LT_VERS_AGE = 0 # This library is our main target. |