Skip to content

Commit

Permalink
Bump version to v1.5.0 (#188)
Browse files Browse the repository at this point in the history
Signed-off-by: Irene Bandera <[email protected]>
  • Loading branch information
irenebm authored Jun 30, 2023
1 parent 5027c63 commit ddbba0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cmake_policy(VERSION 3.5...3.13)
# Version
###############################################################################
set(PRODUCT_MAJOR_VERSION 1)
set(PRODUCT_MINOR_VERSION 4)
set(PRODUCT_MINOR_VERSION 5)
set(PRODUCT_PATCH_VERSION 0)
set(PRODUCT_VERSION_STR ${PRODUCT_MAJOR_VERSION}.${PRODUCT_MINOR_VERSION}.${PRODUCT_PATCH_VERSION})

Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package format="3">
<name>fastdds_monitor</name>
<!-->There must be a release. Update version accordingly<-->
<version>1.4.0</version>
<version>1.5.0</version>
<description>
Qt application written in C++ that plot the data from the Fast DDS Statistics Backend.
</description>
Expand Down

0 comments on commit ddbba0a

Please sign in to comment.