diff --git a/ChangeLog b/ChangeLog index d2a1d9b6e..b1d2ae49f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ ## -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -## Hyrax-1.16.8 -## olfs-1.18.12 +## olfs-1.18.13 +## hyrax-1.16.8 ## 2022-07-22 The-Robot-Travis @@ -57,8 +57,8 @@ Setting BES timeOut to 55 seconds (thanks CloudFront) for the NGAP deployment ## -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -## Hyrax-1.16.7 -## olfs-1.18.11 +## olfs-1.18.12 +## hyrax-1.16.7 ## 2022-07-06 ndp-opendap @@ -82,8 +82,8 @@ bes-3.20.10-503 2022-07-05T17:18:27+0000 - Triggering OLFS build for snapshots. ## -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -## Hyrax-1.16.6 ## olfs-1.18.11 +## hyrax-1.16.6 ## 2022-07-05 The-Robot-Travis @@ -1047,7 +1047,7 @@ for snapshots. ## -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -## Hyrax-1.16.5 +## hyrax-1.16.5 ## olfs-1.18.10 ## diff --git a/NEWS b/NEWS index 371fc5475..70a443311 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -# OLFS Version 1.18.12 (25 July 2022) +# OLFS Version 1.18.13 (25 July 2022) # * Setting BES timeOut to 55 seconds (thanks CloudFront) for the NGAP deployment @@ -15,6 +15,13 @@ * Removed commented out code. * Fixed page formatting with new css type +# -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- +# OLFS Version 1.18.12 (09 July 2022) +# + +Nothing to see here + + # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # OLFS Version 1.18.11 (08 July 2022) # diff --git a/README.md b/README.md index 329e1a0ec..7f23dd7f5 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ **_Hyrax Version 1.16.8 (08 July 2022)_** -**_OLFS Version 1.18.12 (08 July 2022)_** +**_OLFS Version 1.18.13 (08 July 2022)_** -### OLFS-1.18.12 requires +### OLFS-1.18.13 requires * **[bes-3.20.13](https://github.com/OPENDAP/bes/releases/tag/3.20.13)** [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6884800.svg)](https://doi.org/10.5281/zenodo.6884800) * **[libdap-3.20.11](https://github.com/OPENDAP/libdap4/releases/tag/3.20.11)** diff --git a/travis/versions_and_build_offsets.sh b/travis/versions_and_build_offsets.sh index 055341926..a0c662ef9 100644 --- a/travis/versions_and_build_offsets.sh +++ b/travis/versions_and_build_offsets.sh @@ -4,12 +4,12 @@ # to the current Travis number so that the 'build number' in # x.y.z- is zero. jhrg 3/22/21 -OLFS_VERSION=1.18.12 -TRAVIS_OLFS_BUILD_OFFSET=1473 +OLFS_VERSION=1.18.13 +TRAVIS_OLFS_BUILD_OFFSET=1475 echo "OLFS_VERSION: ${OLFS_VERSION}" echo "TRAVIS_OLFS_BUILD_OFFSET: ${TRAVIS_OLFS_BUILD_OFFSET}" HYRAX_VERSION=1.16.8 -TRAVIS_HYRAX_BUILD_OFFSET=1473 +TRAVIS_HYRAX_BUILD_OFFSET=1475 echo "HYRAX_VERSION: ${HYRAX_VERSION}" echo "TRAVIS_HYRAX_BUILD_OFFSET: ${TRAVIS_HYRAX_BUILD_OFFSET}"