Skip to content

Commit

Permalink
Update client/agent branches (#51)
Browse files Browse the repository at this point in the history
* Update client/agent branches

* Launch CI

* Launch CI

* Updated client and agent tags

* Update patch version
  • Loading branch information
pablogs9 authored Jun 10, 2020
1 parent 272c5ad commit 441b497
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
Expand Up @@ -27,10 +27,10 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo")
endif()

project(microxrcedds VERSION "1.3.0")
project(microxrcedds VERSION "1.3.1")

set(_client_tag v1.2.3)
set(_agent_tag v1.4.0)
set(_client_tag v1.2.5)
set(_agent_tag v1.4.1)
set(_gen_tag v1.1.0)

###############################################################################
Expand Down

0 comments on commit 441b497

Please sign in to comment.