From 401da0ddf81ef8f5cb29524ac2321f64ce87b3ed Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Fri, 6 Sep 2024 11:01:24 -0700 Subject: [PATCH] Links to 3.13.0 release --- web/config.toml | 2 +- web/content/usage/download.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.