Skip to content

Commit

Permalink
Update version to 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rserban committed Apr 3, 2022
1 parent 31343a5 commit 40f755c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Change Log
==========

- [Release 7.0.2](#release-702---2022-04-03)
- [Release 7.0.1](#release-701---2022-01-07)
- [Release 7.0.0](#release-700---2021-11-15)
- [DDS communicator in Chrono::Synchrono module](#added-dds-communicator-in-chronosynchrono-module)
Expand Down Expand Up @@ -53,6 +54,14 @@ Change Log
- [Eigen sparse matrices](#changed-eigen-sparse-matrices-and-updates-to-direct-sparse-linear-solvers)
- [Release 4.0.0](#release-400---2019-02-22)

### Release 7.0.2 - 2022-04-03

### [Fixed]

- Fixed bug in ANCF shells 3443 and 3883 where the incorrect Gauss quadrature weights and Jacobian elements were used when multiple layers of different sizes are defined
- Fixed bug where the active flag for a sub-block of DOFs for a ChBody was incorrectly set
- Updates to the continuous integration scripts

## Release 7.0.1 - 2022-01-07

### [Fixed]
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ set_property(GLOBAL PROPERTY USE_FOLDERS Off)

set(CHRONO_VERSION_MAJOR 7)
set(CHRONO_VERSION_MINOR 0)
set(CHRONO_VERSION_PATCH 0)
set(CHRONO_VERSION_PATCH 2)

project(Chrono VERSION ${CHRONO_VERSION_MAJOR}.${CHRONO_VERSION_MINOR}.${CHRONO_VERSION_PATCH})

Expand All @@ -55,7 +55,7 @@ set(CPACK_PACKAGE_VERSION_MINOR "${CHRONO_VERSION_MINOR}")
set(CPACK_PACKAGE_VERSION_PATCH "${CHRONO_VERSION_PATCH}")

# Version as a hexadecimal integer of the form 0x00MMmmPP
set(CH_VERSION 0x00070000)
set(CH_VERSION 0x00070002)

#-----------------------------------------------------------------------------
# Location of additional CMake scripts
Expand Down

0 comments on commit 40f755c

Please sign in to comment.