From 8a3e2cca411db1dc5b4717bd7f75fc9bc15498a0 Mon Sep 17 00:00:00 2001 From: Jeppe Pihl Date: Wed, 29 May 2024 12:30:19 +0200 Subject: [PATCH] Preparing to create tag 2.0.10 --- NEWS.rst | 4 ++++ wscript | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 71c9816..989a5d5 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -8,6 +8,10 @@ Latest ------ * tbd +2.0.10 +------ +* Patch: Added conditional linking of Android log library for sw_protobuf_abseil target in CMakeLists. + 2.0.9 ----- * Patch: Prevent missing cstdint include in utf8_range CMake. diff --git a/wscript b/wscript index c7771c8..3fc1617 100644 --- a/wscript +++ b/wscript @@ -5,7 +5,7 @@ import os import shutil APPNAME = "protobuf" -VERSION = "2.0.9" +VERSION = "2.0.10" def options(opt):