From 7bf4c67daa42f8cd0afcdc027cb6bcc1697943c6 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Thu, 16 Jan 2020 13:00:54 -0500 Subject: chore: bump version numbers (#32) I need to create a v0.4.x release and the version numbers are at v0.3.0 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 187a12bf9c75..bed4225083bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}" -- cgit 1.4.1