Skip to content

Commit

Permalink
chore: Upgrade proto version to v0.50.0 (#51)
Browse files Browse the repository at this point in the history
Signed-off-by: gsstoykov <[email protected]>
  • Loading branch information
gsstoykov authored May 8, 2024
1 parent 168ffdb commit 9638abc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21...3.24)
project(hedera-protobufs-cpp VERSION 0.49.0 DESCRIPTION "Hedera C++ Protobuf Library" LANGUAGES CXX)
project(hedera-protobufs-cpp VERSION 0.50.0 DESCRIPTION "Hedera C++ Protobuf Library" LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand All @@ -19,10 +19,10 @@ find_package(re2 CONFIG REQUIRED)
find_package(c-ares CONFIG REQUIRED)
find_package(absl CONFIG REQUIRED)

set(HAPI_VERSION_TAG "v0.49.0" CACHE STRING "Use the configured version tag for the Hedera API protobufs")
set(HAPI_VERSION_TAG "v0.50.0" CACHE STRING "Use the configured version tag for the Hedera API protobufs")

if (HAPI_VERSION_TAG STREQUAL "")
set(HAPI_VERSION_TAG "v0.49.0")
set(HAPI_VERSION_TAG "v0.50.0")
endif ()

# Fetch the protobuf definitions
Expand Down

0 comments on commit 9638abc

Please sign in to comment.