This is an automated email from the ASF dual-hosted git repository.
swebb2066 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
The following commit(s) were added to refs/heads/master by this push:
new 865f0f2e Bump version to 1.2.0 (#239)
865f0f2e is described below
commit 865f0f2e395585e895327027363b1072b0dace7d
Author: Stephen Webb <[email protected]>
AuthorDate: Wed Jul 26 13:34:22 2023 +1000
Bump version to 1.2.0 (#239)
---
src/cmake/projectVersionDetails.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cmake/projectVersionDetails.cmake
b/src/cmake/projectVersionDetails.cmake
index 8b616198..cfad4a2d 100644
--- a/src/cmake/projectVersionDetails.cmake
+++ b/src/cmake/projectVersionDetails.cmake
@@ -2,5 +2,5 @@
# 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.1.0.0)
+set(log4cxx_VER 1.2.0.0)
set(log4cxx_ABI_VER 15)