Skip to content

Commit

Permalink
release 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Feb 17, 2024
1 parent 68b6ce3 commit 070c69c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-02-17 Google Inc. <[email protected]>

* google-glog: version 0.7.0.
* See git log for the details.

2022-04-05 Google Inc. <[email protected]>

* google-glog: version 0.6.0.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 070c69c

Please sign in to comment.