Skip to content

Commit 35dd703

Browse files
authored
Merge pull request #2588 from borglab/release/4.2.2
Prepare 4.2.2 release
2 parents 0a070c2 + e739c39 commit 35dd703

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif()
99
# Set the version number for the library
1010
set (GTSAM_VERSION_MAJOR 4)
1111
set (GTSAM_VERSION_MINOR 2)
12-
set (GTSAM_VERSION_PATCH 1)
12+
set (GTSAM_VERSION_PATCH 2)
1313
set (GTSAM_PRERELEASE_VERSION "")
1414
math (EXPR GTSAM_VERSION_NUMERIC "10000 * ${GTSAM_VERSION_MAJOR} + 100 * ${GTSAM_VERSION_MINOR} + ${GTSAM_VERSION_PATCH}")
1515

gtsam/hybrid/tests/testHybridEstimation.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
// Include for test suite
3636
#include <CppUnitLite/TestHarness.h>
3737

38+
#include <bitset>
39+
3840
#include "Switching.h"
3941

4042
using namespace std;

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>gtsam</name>
5-
<version>4.2.1</version>
5+
<version>4.2.2</version>
66
<description>gtsam</description>
77

88
<maintainer email="gtsam@lists.gatech.edu">Frank Dellaert</maintainer>

0 commit comments

Comments
 (0)