Skip to content

Commit

Permalink
Bump version to v1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
  • Loading branch information
irenebm committed Sep 16, 2024
1 parent 7f833c4 commit 9fde2a3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_MAJOR 0
VERSION_MINOR 4
VERSION_MAJOR 1
VERSION_MINOR 0
VERSION_PATCH 0
2 changes: 1 addition & 1 deletion ddspipe_core/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ddspipe_core</name>
<version>0.4.0</version>
<version>1.0.0</version>
<description>
*eprosima DDS Pipe* C++ library to communicate dynamically and efficiently different interfaces.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ddspipe_participants/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ddspipe_participants</name>
<version>0.4.0</version>
<version>1.0.0</version>
<description>
*eprosima DDS Pipe* C++ Std Participant implementations.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ddspipe_yaml/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ddspipe_yaml</name>
<version>0.4.0</version>
<version>1.0.0</version>
<description>
*eprosima DDS Pipe* C++ Module to read objects and configurations from YAML files.
</description>
Expand Down

0 comments on commit 9fde2a3

Please sign in to comment.