Skip to content

Commit

Permalink
Links to 3.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Sep 6, 2024
1 parent d795724 commit 401da0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions web/content/usage/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.

Expand Down

0 comments on commit 401da0d

Please sign in to comment.