Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Commit

Permalink
chore: bump version numbers (#32)
Browse files Browse the repository at this point in the history
I need to create a v0.4.x release and the version numbers are at v0.3.0
  • Loading branch information
coryan authored Jan 16, 2020
1 parent 52758be commit 7bf4c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ set(PACKAGE_BUGREPORT "https://github.com/googleapis/google-cloud-cpp/issues")
project(googleapis-cpp-protos CXX C)

set(GOOGLEAPIS_CPP_PROTOS_VERSION_MAJOR 0)
set(GOOGLEAPIS_CPP_PROTOS_VERSION_MINOR 3)
set(GOOGLEAPIS_CPP_PROTOS_VERSION_PATCH 0)
set(GOOGLEAPIS_CPP_PROTOS_VERSION_MINOR 4)
set(GOOGLEAPIS_CPP_PROTOS_VERSION_PATCH 1)

string(CONCAT GOOGLE_APIS_CPP_PROTOS_VERSION
"${GOOGLEAPIS_CPP_PROTOS_VERSION_MAJOR}"
Expand Down

0 comments on commit 7bf4c67

Please sign in to comment.