Skip to content

Commit

Permalink
Merge pull request #107 from gregmedd/releases/1.0.0-rc2/version-numbers
Browse files Browse the repository at this point in the history
Updating library version to 1.0.0
  • Loading branch information
gregmedd authored Aug 16, 2024
2 parents d3f30d8 + c788e45 commit 7e335a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# SPDX-License-Identifier: Apache-2.0

cmake_minimum_required(VERSION 3.10.0)
project(up-transport-zenoh-cpp VERSION 0.1.5 LANGUAGES CXX DESCRIPTION "C++ Zenoh Transport for uProtocol")
project(up-transport-zenoh-cpp VERSION 1.0.0 LANGUAGES CXX DESCRIPTION "C++ Zenoh Transport for uProtocol")

find_package(protobuf REQUIRED)
find_package(spdlog REQUIRED)
Expand Down

0 comments on commit 7e335a4

Please sign in to comment.