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 d9f437415..1ae2f8775 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)