This is an automated email from the ASF dual-hosted git repository. swebb2066 pushed a commit to branch bump_version in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
commit 034d879be6afce4e28e191f3ecb11003f56d4b5a Author: Stephen Webb <[email protected]> AuthorDate: Mon Aug 18 16:43:45 2025 +1000 Bump version to 1.6.0 --- src/cmake/projectVersionDetails.cmake | 2 +- src/site/markdown/download.md.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cmake/projectVersionDetails.cmake b/src/cmake/projectVersionDetails.cmake index 357b6d8f..cabd4b7a 100644 --- a/src/cmake/projectVersionDetails.cmake +++ b/src/cmake/projectVersionDetails.cmake @@ -2,4 +2,4 @@ # setting the project version. The variable name must not # clash with the log4cxx_VERSION* variables automatically # defined by the project() command. -set(log4cxx_VER 1.5.0.0) +set(log4cxx_VER 1.6.0.0) diff --git a/src/site/markdown/download.md.in b/src/site/markdown/download.md.in index 61783234..065aae0a 100644 --- a/src/site/markdown/download.md.in +++ b/src/site/markdown/download.md.in @@ -56,6 +56,7 @@ in many unix distributions. | Version | Release Date | | :--------------------------: | :----------------------: | +| [1.5.0](${LOG4CXX_DOCUMENTATION_URL}/1.5.0/download.html) | Aug-2025 | | [1.4.0](${LOG4CXX_DOCUMENTATION_URL}/1.4.0/download.html) | Mar-2025 | | [1.3.1](${LOG4CXX_DOCUMENTATION_URL}/1.3.1/download.html) | Nov-2024 | | [1.2.0](${LOG4CXX_DOCUMENTATION_URL}/1.2.0/download.html) | Jan-2024 |
