From 34b8da6496aec6a98277808701cfa834fae9801f Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Sat, 17 Feb 2024 18:49:26 +0100 Subject: [PATCH] release 0.7 (#1076) --- ChangeLog | 5 +++++ README.rst | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a107e9391..9f7409410 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-02-17 Google Inc. + + * google-glog: version 0.7.0. + * See git log for the details. + 2022-04-05 Google Inc. * google-glog: version 0.6.0. diff --git a/README.rst b/README.rst index 694a8015d..026cbb521 100644 --- a/README.rst +++ b/README.rst @@ -65,7 +65,7 @@ installed using a package manager, you can use the CMake command cmake_minimum_required (VERSION 3.16) project (myproj VERSION 1.0) - find_package (glog 0.6.0 REQUIRED) + find_package (glog 0.7.0 REQUIRED) add_executable (myapp main.cpp) target_link_libraries (myapp glog::glog)