diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2016-05-23 22:02:08 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2016-05-23 22:02:08 (GMT) |
commit | 77099ba3bca48c2b7fcfe85aae62ec13b94a66eb (patch) | |
tree | e58b22e2c75171d591cd845faec085afefb3f526 /config | |
parent | 509316b5fe467ab1e64ec9cd7a3ee75159f91e3a (diff) | |
download | hdf5-hdf5-1_10_0-patch1.zip hdf5-hdf5-1_10_0-patch1.tar.gz hdf5-hdf5-1_10_0-patch1.tar.bz2 |
[svn-r29954] */run*-ex.sh.in:hdf5-1_10_0-patch1
Scripts to compile and run installed needed relative paths to the installed bin directory instead of the ablsolute path from $prefix (on the build machines).
Committing changes to version strings generated by running bin/release for HDF5 1.10.0-patch1.
Diffstat (limited to 'config')
-rw-r--r-- | config/lt_vers.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/lt_vers.am b/config/lt_vers.am index c6a5c03..74739bc 100644 --- a/config/lt_vers.am +++ b/config/lt_vers.am @@ -19,7 +19,7 @@ # After making changes, run bin/reconfigure to update other configure related # files like Makefile.in. LT_VERS_INTERFACE = 100 -LT_VERS_REVISION = 0 +LT_VERS_REVISION = 1 LT_VERS_AGE = 0 ## If the API changes *at all*, increment LT_VERS_INTERFACE and @@ -46,7 +46,7 @@ LT_CXX_VERS_REVISION = 0 LT_CXX_VERS_AGE = 0 LT_F_VERS_INTERFACE = 100 -LT_F_VERS_REVISION = 0 +LT_F_VERS_REVISION = 1 LT_F_VERS_AGE = 0 LT_HL_VERS_INTERFACE = 100 @@ -66,7 +66,7 @@ LT_JAVA_VERS_REVISION = 0 LT_JAVA_VERS_AGE = 0 LT_TOOLS_VERS_INTERFACE = 100 -LT_TOOLS_VERS_REVISION = 0 +LT_TOOLS_VERS_REVISION = 1 LT_TOOLS_VERS_AGE = 0 # Copyright by The HDF Group. |