Skip to content

Commit

Permalink
bump version patch
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Aug 2, 2024
1 parent 175b54d commit 6d92a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.22)
project (glog
VERSION 0.7.1
VERSION 0.7.2
DESCRIPTION "C++ implementation of the Google logging module"
HOMEPAGE_URL https://github.com/google/glog
LANGUAGES CXX
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ find_package` to build against glog in your CMake project as follows:
cmake_minimum_required (VERSION 3.16)
project (myproj VERSION 1.0)
find_package (glog 0.7.1 REQUIRED)
find_package (glog 0.7.2 REQUIRED)
add_executable (myapp main.cpp)
target_link_libraries (myapp glog::glog)
Expand Down

0 comments on commit 6d92a2e

Please sign in to comment.