From 5c57edfbc87912a658df71f91df82dfcf87d924b Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Tue, 30 Mar 2021 23:33:13 +0200 Subject: [PATCH] readme: document C++ version --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index ac13108..3a4a0b1 100644 --- a/README.rst +++ b/README.rst @@ -3,9 +3,9 @@ Google Logging Library |Build Status| |Grunt status| -The Google Logging Library (glog) implements application-level logging. -The library provides logging APIs based on C++-style streams and various -helper macros. +Google Logging (glog) is a C++98 library that implements application-level +logging. The library provides logging APIs based on C++-style streams and +various helper macros. .. role:: cmake(code) :language: cmake