diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2011-04-04 02:28:07 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2011-04-04 02:28:07 (GMT) |
commit | e9e713869c2a59477e77faf0aa3f7545e9858e06 (patch) | |
tree | 4da366510f0f57114cf5edc4cb60e7b6ccee9727 /config | |
parent | 09a7dad09917e9f4d239ac234688f469528c1066 (diff) | |
download | hdf5-e9e713869c2a59477e77faf0aa3f7545e9858e06.zip hdf5-e9e713869c2a59477e77faf0aa3f7545e9858e06.tar.gz hdf5-e9e713869c2a59477e77faf0aa3f7545e9858e06.tar.bz2 |
[svn-r20405] Description:
Bump patch release number, after giving out private snapshots.
Diffstat (limited to 'config')
-rw-r--r-- | config/freebsd | 6 | ||||
-rw-r--r-- | config/lt_vers.am | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/freebsd b/config/freebsd index 7452ff0..acba521 100644 --- a/config/freebsd +++ b/config/freebsd @@ -29,9 +29,9 @@ fi # Add "_XOPEN_SOURCE" define to cpp flags, to quiet warnings # from /usr/include/sys/cdefs.h # (Unless we are using g++ as a C compiler) -if test "X-g++" != "X-$CC"; then - H5_CPPFLAGS="$H5_CPPFLAGS -D_XOPEN_SOURCE=600" -fi +#if test "X-g++" != "X-$CC"; then +# H5_CPPFLAGS="$H5_CPPFLAGS -D_XOPEN_SOURCE=600" +#fi # Figure out C compiler flags . $srcdir/config/gnu-flags diff --git a/config/lt_vers.am b/config/lt_vers.am index 7db6cff..0aea0b4 100644 --- a/config/lt_vers.am +++ b/config/lt_vers.am @@ -17,7 +17,7 @@ # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 70 +LT_VERS_REVISION = 71 LT_VERS_AGE = 0 ## If the API changes *at all*, increment LT_VERS_INTERFACE and |