From 0e9a4d80d590df2c8203c53d781152807bf0bfba Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Sat, 8 Jun 2024 16:57:21 +0200 Subject: [PATCH] release 0.7.1 --- CMakeLists.txt | 2 +- ChangeLog | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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.