You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2021/05/01 20:52:05 UTC

[logging-log4cxx] 01/02: Fixed date typo

This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit f7b4cf7bbe02aa26227c98ee889af19ffd8caa7c
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Sat May 1 16:51:30 2021 -0400

    Fixed date typo
---
 src/site/markdown/change-report-gh.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/markdown/change-report-gh.md b/src/site/markdown/change-report-gh.md
index 2a95050..ca3c420 100644
--- a/src/site/markdown/change-report-gh.md
+++ b/src/site/markdown/change-report-gh.md
@@ -41,7 +41,7 @@ Changelog {#changelog}
 | [0.0.1](#0.0.1)   | 2003-05-31 |                      |
 
 <a name="0.12.0"/>
-## Release 0.12.0 - 2020-05-01
+## Release 0.12.0 - 2021-05-01
 
 This is the first release to require a minimum version of C++11.  This means that all objects in log4cxx
 are now created using `std::shared_ptr` as the smart pointer implementation.