Skip to content

Commit

Permalink
Merge pull request #505 from dartsim/5.0.2_packaging
Browse files Browse the repository at this point in the history
Packaging DART 5.0.2
  • Loading branch information
jslee02 committed Sep 28, 2015
2 parents 7b141a4 + 3ea0cd5 commit f542b96
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ project(dart)

set(DART_MAJOR_VERSION "5")
set(DART_MINOR_VERSION "0")
set(DART_PATCH_VERSION "1")
set(DART_PATCH_VERSION "2")
set(DART_VERSION "${DART_MAJOR_VERSION}.${DART_MINOR_VERSION}.${DART_PATCH_VERSION}")
set(DART_PKG_DESC "Dynamic Animation and Robotics Toolkit.")
set(DART_PKG_EXTERNAL_DEPS "flann, ccd, fcl")
Expand Down
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### Version 5.0.2 (2015-09-28)

1. Fixed bug in Jacobian update notifications
* [Pull request #500](https://github.com/dartsim/dart/pull/500)
* [Issue #499](https://github.com/dartsim/dart/issues/499)

### Version 5.0.1 (2015-07-28)

1. Improved app indexing for bipedStand and atlasSimbicon
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
dart (5.0.2) unstable; urgency=medium

* Fixed bug in Jacobian update notifications

-- Jeongseok Lee <[email protected]> Mon, 28 Sep 2015 12:00:00 -0500

dart (5.0.1) unstable; urgency=low

* Improved app indexing for bipedStand and atlasSimbicon
Expand Down

0 comments on commit f542b96

Please sign in to comment.