diff --git a/CMakeLists.txt b/CMakeLists.txt index b787631ce..45064ab78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.22) project (glog - VERSION 0.7.0 + VERSION 0.7.1 DESCRIPTION "C++ implementation of the Google logging module" HOMEPAGE_URL https://github.com/google/glog LANGUAGES CXX diff --git a/ChangeLog b/ChangeLog index 9f7409410..9193813f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-06-08 Google Inc. + + * google-glog: version 0.7.1. + * See git log for the details. + 2024-02-17 Google Inc. * google-glog: version 0.7.0.