Skip to content

Commit e5c5667

Browse files
committed
Update version in CMakeLists
1 parent 9528cad commit e5c5667

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

.make/common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ help:
1010
update_version:
1111
sed -i -e "s=\(project([ a-zA-Z0-9_-]* VERSION\) [0-9]*\.[0-9]*\.[0-9]*)=\1 ${VERSION})=" ariles2_*/CMakeLists.txt
1212
#done automatically
13-
#sed -i -e "s=<version>[0-9]*\.[0-9]*\.[0-9]*</version>=<version>${VERSION}</version>=" ariles2_*/package.xml
13+
sed -i -e "s=<version>[0-9]*\.[0-9]*\.[0-9]*</version>=<version>${VERSION}</version>=" ariles2_*/package.xml
1414

ariles2_core_ws/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.0)
2-
project(ariles2_core_ws VERSION 2.3.2)
2+
project(ariles2_core_ws VERSION 2.5.0)
33

44
option(ARILES_ROS_ENABLE_TESTS "Enable tests." OFF)
55

ariles2_core_ws/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>ariles2_core_ws</name>
4-
<version>2.3.2</version>
4+
<version>2.5.0</version>
55
<description>Ariles serialization/configuration library (core module)</description>
66

77
<maintainer email="[email protected]">Alexander Sherikov</maintainer>

ariles2_graphviz_ws/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.0)
2-
project(ariles2_graphviz_ws VERSION 2.3.2)
2+
project(ariles2_graphviz_ws VERSION 2.5.0)
33

44

55
option(ARILES_ROS_ENABLE_TESTS "Enable tests." OFF)

ariles2_graphviz_ws/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>ariles2_graphviz_ws</name>
4-
<version>2.3.2</version>
4+
<version>2.5.0</version>
55
<description>Ariles serialization/configuration library (graphviz module)</description>
66

77
<maintainer email="[email protected]">Alexander Sherikov</maintainer>

ariles2_namevalue2_ws/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.0)
2-
project(ariles2_namevalue2_ws VERSION 2.3.2)
2+
project(ariles2_namevalue2_ws VERSION 2.5.0)
33

44

55
option(ARILES_ROS_ENABLE_TESTS "Enable tests." OFF)

ariles2_namevalue2_ws/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>ariles2_namevalue2_ws</name>
4-
<version>2.3.2</version>
4+
<version>2.5.0</version>
55
<description>Ariles serialization/configuration library (namevalue2 module)</description>
66

77
<maintainer email="[email protected]">Alexander Sherikov</maintainer>

ariles2_octave_ws/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.0)
2-
project(ariles2_octave_ws VERSION 2.3.2)
2+
project(ariles2_octave_ws VERSION 2.5.0)
33

44

55
option(ARILES_ROS_ENABLE_TESTS "Enable tests." OFF)

ariles2_octave_ws/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>ariles2_octave_ws</name>
4-
<version>2.3.2</version>
4+
<version>2.5.0</version>
55
<description>Ariles serialization/configuration library (octave module)</description>
66

77
<maintainer email="[email protected]">Alexander Sherikov</maintainer>

ariles2_pugixml_ws/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.0)
2-
project(ariles2_pugixml_ws VERSION 2.3.2)
2+
project(ariles2_pugixml_ws VERSION 2.5.0)
33

44

55
option(ARILES_ROS_ENABLE_TESTS "Enable tests." OFF)

0 commit comments

Comments
 (0)