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 /fortran | |
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 'fortran')
-rw-r--r-- | fortran/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index 5b83f45..682e83b 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -517,7 +517,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 in both Fortran and C flags (C compiler is used |