Skip to content

Commit

Permalink
REL: Version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RUrlus committed Jul 19, 2021
1 parent cce6b69 commit 9ebd5f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 5)
SET(CARMA_VERSION_PATCH 1)
SET(CARMA_VERSION_PATCH 2)
SET(CARMA_VERSION_INFO "${CARMA_VERSION_MAJOR}.${CARMA_VERSION_MINOR}.${CARMA_VERSION_PATCH}")

PROJECT(
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'R. Urlus'

# The full version, including alpha/beta/rc tags
release = '0.5.0'
release = '0.5.2'


# -- General configuration ---------------------------------------------------
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 5
#define CARMA_VERSION_PATCH 1
#define CARMA_VERSION_NAME "0.5.1 HO"
#define CARMA_VERSION_PATCH 2
#define CARMA_VERSION_NAME "0.5.2 HO"
#endif

namespace carma {
Expand Down

0 comments on commit 9ebd5f4

Please sign in to comment.