Skip to content

Commit

Permalink
REL: Release commit v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RUrlus committed Jan 13, 2022
1 parent 41f2e2e commit ec54ea7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.6.3] - 2022-01-12

Patch release that mainly updates dependency versions.

### Changes

* Update default Armadillo version to 10.8.x from 10.7.x which will be removed soon.
* Update default Pybind11 version to 2.9.0
* Fix style issues in test suite

## [0.6.2] - 2021-10-28

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.16)

SET(CARMA_VERSION_MAJOR 0)
SET(CARMA_VERSION_MINOR 6)
SET(CARMA_VERSION_PATCH 2)
SET(CARMA_VERSION_PATCH 3)
SET(CARMA_VERSION_INFO "${CARMA_VERSION_MAJOR}.${CARMA_VERSION_MINOR}.${CARMA_VERSION_PATCH}")

PROJECT(
Expand Down
2 changes: 1 addition & 1 deletion cmake/GetCarma.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ IF (NOT USE_CARMA_VERSION)
SET(USE_CARMA_VERSION "${DEFAULT_CARMA_VERSION}" CACHE STRING "Choose the version of CARMA." FORCE)
# Set the possible values of build type for cmake-gui
SET_PROPERTY(CACHE USE_CARMA_VERSION PROPERTY STRINGS
"stable" "unstable" "0.6.0" "0.6.1"
"stable" "unstable" "0.6.0" "0.6.1" "0.6.2" "0.6.3"
)
ENDIF ()

Expand Down
4 changes: 2 additions & 2 deletions include/carma
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
#ifndef CARMA_VERSION_MAJOR
#define CARMA_VERSION_MAJOR 0
#define CARMA_VERSION_MINOR 6
#define CARMA_VERSION_PATCH 2
#define CARMA_VERSION_NAME "0.6.2 HO"
#define CARMA_VERSION_PATCH 3
#define CARMA_VERSION_NAME "0.6.3 HO"
#endif

namespace carma {
Expand Down

0 comments on commit ec54ea7

Please sign in to comment.