Skip to content

Commit

Permalink
Packaging AIKIDO v0.4.0. (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhou authored Aug 27, 2020
1 parent 90a6e0f commit cdfd888
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Aikido 0 (prerelease)

### 0.4.0 (2020-XX-XX)
### 0.5.0 (2020-XX-XX)

### 0.4.0 (2020-08-27)

* Planner

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ project(aikido)

# If you change the version, please update the <version> tag in package.xml.
set(AIKIDO_MAJOR_VERSION "0")
set(AIKIDO_MINOR_VERSION "3")
set(AIKIDO_MINOR_VERSION "4")
set(AIKIDO_PATCH_VERSION "0")
set(AIKIDO_VERSION "${AIKIDO_MAJOR_VERSION}.${AIKIDO_MINOR_VERSION}.${AIKIDO_PATCH_VERSION}")

Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>aikido</name>
<version>0.3.0</version>
<version>0.4.0</version>
<description>description</description>
<maintainer email="[email protected]">Brian Hou</maintainer>
<maintainer email="[email protected]">Gilwoo Lee</maintainer>
Expand Down

0 comments on commit cdfd888

Please sign in to comment.