Skip to content

Commit

Permalink
Update changelog and bump up version to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jan 22, 2015
1 parent bdc7000 commit e05531f
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 "4")
set(DART_MINOR_VERSION "3")
set(DART_PATCH_VERSION "0")
set(DART_PATCH_VERSION "1")
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 4.3.1 (2015-01-21)

1. Fixed API incompatibility introduced by dart-4.3.0
* [Issue #303](https://github.com/dartsim/dart/issues/303)
* [Pull request #309](https://github.com/dartsim/dart/pull/309)

### Version 4.3.0 (2015-01-19)

1. Added name manager for efficient name look-up and unique naming
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 (4.3.1) unstable; urgency=low

* Fixed API incompatibility introduced by dart-4.3.0

-- Jeongseok Lee <[email protected]> Mon, 21 Jan 2015 22:00:00 -0500

dart (4.3.0) unstable; urgency=low

* Added name manager for efficient name look-up and unique naming
Expand Down

0 comments on commit e05531f

Please sign in to comment.