Skip to content

Commit 129f8d3

Browse files
committed
Set version to 4.2.0
1 parent 492606e commit 129f8d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ project(dart)
77
message(STATUS "Generate makefile/project file for DART")
88

99
set(DART_MAJOR_VERSION "4")
10-
set(DART_MINOR_VERSION "1")
11-
set(DART_PATCH_VERSION "1")
10+
set(DART_MINOR_VERSION "2")
11+
set(DART_PATCH_VERSION "0")
1212
set(PKG_DESC "Dynamic Animation and Robotics Toolkit.")
1313
set(DART_VERSION "${DART_MAJOR_VERSION}.${DART_MINOR_VERSION}.${DART_PATCH_VERSION}")
1414
set(PKG_EXTERNAL_DEPS "flann, ccd, fcl")

0 commit comments

Comments
 (0)