Skip to content

Commit

Permalink
Bump to v0.2.0 (#111)
Browse files Browse the repository at this point in the history
Signed-off-by: RaulSanchez <[email protected]>
  • Loading branch information
rsanchez15 committed Jul 29, 2021
1 parent d7577a2 commit 72ae53e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ endif()
# Version
###############################################################################
set(PRODUCT_MAJOR_VERSION 0)
set(PRODUCT_MINOR_VERSION 1)
set(PRODUCT_MINOR_VERSION 2)
set(PRODUCT_PATCH_VERSION 0)
set(PRODUCT_VERSION_STR ${PRODUCT_MAJOR_VERSION}.${PRODUCT_MINOR_VERSION}.${PRODUCT_PATCH_VERSION})

Expand Down
6 changes: 3 additions & 3 deletions fastdds_monitor.repos
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ repositories:
fastdds:
type: git
url: https://github.com/eProsima/Fast-DDS.git
version: master
version: 2.3.x
fastdds_statistics_backend:
type: git
url: https://github.com/eProsima/Fast-DDS-statistics-backend.git
version: main
version: v0.3.0
fastrtpsgen:
type: git
url: https://github.com/eProsima/Fast-DDS-Gen.git
Expand All @@ -26,4 +26,4 @@ repositories:
fastdds_monitor:
type: git
url: https://github.com/eProsima/Fast-DDS-monitor.git
version: main
version: v0.2.0

0 comments on commit 72ae53e

Please sign in to comment.