Skip to content

Commit 2b3e9ff

Browse files
authored
Packaging 6.7.2 (#1229)
1 parent 46c7e24 commit 2b3e9ff

File tree

3 files changed

+37
-9
lines changed

3 files changed

+37
-9
lines changed

CHANGELOG.md

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## DART 6
22

3-
### DART 6.7.2 (XXXX-XX-XX)
3+
### [DART 6.7.2 (2019-01-17)](https://github.com/dartsim/dart/milestone/50?closed=1)
44

55
### Changes
66

@@ -9,6 +9,20 @@
99
* Fixed #1223 for the recursive case: [#1227](https://github.com/dartsim/dart/pull/1227)
1010
* Specified mode for find_package(): [#1228](https://github.com/dartsim/dart/pull/1228)
1111

12+
#### Compilers Tested
13+
14+
* Linux
15+
16+
* GCC (C++11): 5.4.0, 7.3.0, 8.2.0
17+
18+
* Linux (32-bit)
19+
20+
* GCC (C++11): 5.4.0
21+
22+
* macOS
23+
24+
* AppleClang (C++11): 9.1.0
25+
1226
### [DART 6.7.1 (2019-01-15)](https://github.com/dartsim/dart/milestone/49?closed=1)
1327

1428
#### Changes
@@ -18,6 +32,20 @@
1832
* Ensure that imported targets of dependencies are always created when finding the dart package: [#1222](https://github.com/dartsim/dart/pull/1222)
1933
* Set components to not-found when their external dependencies are missing: [#1223](https://github.com/dartsim/dart/pull/1223)
2034

35+
#### Compilers Tested
36+
37+
* Linux
38+
39+
* GCC (C++11): 5.4.0, 7.3.0, 8.2.0
40+
41+
* Linux (32-bit)
42+
43+
* GCC (C++11): 5.4.0
44+
45+
* macOS
46+
47+
* AppleClang (C++11): 9.1.0
48+
2149
### [DART 6.7.0 (2019-01-10)](https://github.com/dartsim/dart/milestone/45?closed=1)
2250

2351
#### Changes
@@ -58,17 +86,17 @@
5886

5987
#### Compilers Tested
6088

61-
* Linux
89+
* Linux
6290

63-
* GCC (C++11): 5.4.0, 7.3.0, 8.2.0
91+
* GCC (C++11): 5.4.0, 7.3.0, 8.2.0
6492

65-
* Linux (32-bit)
93+
* Linux (32-bit)
6694

67-
* GCC (C++11): 5.4.0
95+
* GCC (C++11): 5.4.0
6896

69-
* macOS
97+
* macOS
7098

71-
* AppleClang (C++11): 9.1.0
99+
* AppleClang (C++11): 9.1.0
72100

73101
### [DART 6.6.2 (2018-09-03)](https://github.com/dartsim/dart/milestone/47?closed=1)
74102

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ endif()
5757
# If you change the version, please update the <version> tag in package.xml.
5858
set(DART_MAJOR_VERSION "6")
5959
set(DART_MINOR_VERSION "7")
60-
set(DART_PATCH_VERSION "1")
60+
set(DART_PATCH_VERSION "2")
6161
set(DART_VERSION "${DART_MAJOR_VERSION}.${DART_MINOR_VERSION}.${DART_PATCH_VERSION}")
6262
set(DART_PKG_DESC "Dynamic Animation and Robotics Toolkit.")
6363
set(DART_PKG_EXTERNAL_DEPS "eigen, ccd, fcl, assimp, boost")

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
a Catkin workspace. Catkin is not required to build DART. For more
55
information, see: http://ros.org/reps/rep-0136.html -->
66
<name>dartsim</name>
7-
<version>6.7.1</version>
7+
<version>6.7.2</version>
88
<description>
99
DART (Dynamic Animation and Robotics Toolkit) is a collaborative,
1010
cross-platform, open source library created by the Georgia Tech Graphics

0 commit comments

Comments
 (0)