Skip to content

Commit

Permalink
Bump version to 2.6.0 (#50)
Browse files Browse the repository at this point in the history
* Refs 14124. Bump version.

Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>

* Refs 14124. Update repos file.

Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>

* Refs 14124. Fix downcasting warning.

Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
  • Loading branch information
MiguelCompany authored Mar 17, 2022
1 parent 3178adc commit 16a6cf8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion include/eprosimashapesdemo/shapesdemo/ShapeInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Shape
, m_dirX(0)
, m_dirY(0)
, m_changeDir(true)
, m_max_speed_variance(0.1)
, m_max_speed_variance(0.1f)
{
}

Expand Down
6 changes: 3 additions & 3 deletions shapes-demo.repos
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ repositories:
fastcdr:
type: git
url: https://github.com/eProsima/Fast-CDR.git
version: v1.0.23
version: v1.0.24
fastdds:
type: git
url: https://github.com/eProsima/Fast-DDS.git
version: v2.5.1
version: v2.6.0
shapes-demo:
type: git
url: https://github.com/eProsima/ShapesDemo.git
version: v2.5.1
version: v2.6.0
2 changes: 1 addition & 1 deletion version.pri
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHAPESVERSION="2.5.1"
SHAPESVERSION="2.6.0"

0 comments on commit 16a6cf8

Please sign in to comment.