Skip to content

Commit cdfd888

Browse files
authored
Packaging AIKIDO v0.4.0. (#582)
1 parent 90a6e0f commit cdfd888

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Aikido 0 (prerelease)
22

3-
### 0.4.0 (2020-XX-XX)
3+
### 0.5.0 (2020-XX-XX)
4+
5+
### 0.4.0 (2020-08-27)
46

57
* Planner
68

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ project(aikido)
2020

2121
# If you change the version, please update the <version> tag in package.xml.
2222
set(AIKIDO_MAJOR_VERSION "0")
23-
set(AIKIDO_MINOR_VERSION "3")
23+
set(AIKIDO_MINOR_VERSION "4")
2424
set(AIKIDO_PATCH_VERSION "0")
2525
set(AIKIDO_VERSION "${AIKIDO_MAJOR_VERSION}.${AIKIDO_MINOR_VERSION}.${AIKIDO_PATCH_VERSION}")
2626

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>aikido</name>
4-
<version>0.3.0</version>
4+
<version>0.4.0</version>
55
<description>description</description>
66
<maintainer email="[email protected]">Brian Hou</maintainer>
77
<maintainer email="[email protected]">Gilwoo Lee</maintainer>

0 commit comments

Comments
 (0)