[geos-commits] [SCM] GEOS branch main updated. 401da0ddf81ef8f5cb29524ac2321f64ce87b3ed
git at osgeo.org
git at osgeo.org
Fri Sep 6 11:01:44 PDT 2024
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".
The branch, main has been updated
via 401da0ddf81ef8f5cb29524ac2321f64ce87b3ed (commit)
from d7957246c588aa9c690efe67924fd70e741a06ab (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 401da0ddf81ef8f5cb29524ac2321f64ce87b3ed
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Fri Sep 6 11:01:24 2024 -0700
Links to 3.13.0 release
diff --git a/web/config.toml b/web/config.toml
index 40815928f..c9e625b57 100644
--- a/web/config.toml
+++ b/web/config.toml
@@ -10,7 +10,7 @@ enableEmoji = true
enableGitInfo = false
[params]
- current_release = "3.12.1"
+ current_release = "3.13.0"
geekdocLogo = "web-logo.png"
# turn these on when we move to the gh/main branch
diff --git a/web/content/usage/download.md b/web/content/usage/download.md
index 8761d1408..25d95d6f1 100644
--- a/web/content/usage/download.md
+++ b/web/content/usage/download.md
@@ -9,7 +9,7 @@ draft: false
| Release | Release Date | First Release | Final Release | Download Link | Changes |
| :--: | :--:| :--: |:--: | :--: | :--: |
-| **3.13.0beta2** | 2024/09/03 | 2024/08/16 | *2028/08/01* | [geos-3.13.0beta2.tar.bz2](https://download.osgeo.org/geos/geos-3.13.0beta2.tar.bz2) | [Changes](https://github.com/libgeos/geos/blob/3.13.0beta2/NEWS.md) |
+| **3.13.0** | 2024/09/06 | 2024/09/06 | *2028/10/01* | [geos-3.13.0.tar.bz2](https://download.osgeo.org/geos/geos-3.13.0.tar.bz2) | [Changes](https://github.com/libgeos/geos/blob/3.13.0/NEWS.md) |
| **3.12.2** | 2024/06/05 | 2023/06/27 | *2027/07/01* | [geos-3.12.2.tar.bz2](https://download.osgeo.org/geos/geos-3.12.2.tar.bz2) | [Changes](https://github.com/libgeos/geos/blob/3.12.2/NEWS.md) |
| **3.11.4** | 2024/06/05 | 2022/07/01 | *2026/07/01* | [geos-3.11.4.tar.bz2](https://download.osgeo.org/geos/geos-3.11.4.tar.bz2) | [Changes](https://github.com/libgeos/geos/blob/3.11.4/NEWS.md) |
| **3.10.6** | 2023/11/11 | 2021/10/20 | *2025/10/20* | [geos-3.10.6.tar.bz2](https://download.osgeo.org/geos/geos-3.10.6.tar.bz2) | [Changes](https://github.com/libgeos/geos/blob/3.10.6/NEWS)
@@ -23,7 +23,7 @@ Old releases can be downloaded from https://download.osgeo.org/geos/. Any relea
### Build Requirements
-* [CMake](https://cmake.org/download/) 3.13 or later.
+* [CMake](https://cmake.org/download/) 3.15 or later.
* C++14 compiler. We regularly test GCC, Clang and Microsoft Visual C++.
* [Doxygen](https://www.doxygen.nl/) to build the API documentation.
-----------------------------------------------------------------------
Summary of changes:
web/config.toml | 2 +-
web/content/usage/download.md | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list