Skip to content

Commit 9ebd5f4

Browse files
committed
REL: Version 0.5.2
1 parent cce6b69 commit 9ebd5f4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.16)
22

33
SET(CARMA_VERSION_MAJOR 0)
44
SET(CARMA_VERSION_MINOR 5)
5-
SET(CARMA_VERSION_PATCH 1)
5+
SET(CARMA_VERSION_PATCH 2)
66
SET(CARMA_VERSION_INFO "${CARMA_VERSION_MAJOR}.${CARMA_VERSION_MINOR}.${CARMA_VERSION_PATCH}")
77

88
PROJECT(

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'R. Urlus'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.5.0'
25+
release = '0.5.2'
2626

2727

2828
# -- General configuration ---------------------------------------------------

include/carma

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
#ifndef CARMA_VERSION_MAJOR
3535
#define CARMA_VERSION_MAJOR 0
3636
#define CARMA_VERSION_MINOR 5
37-
#define CARMA_VERSION_PATCH 1
38-
#define CARMA_VERSION_NAME "0.5.1 HO"
37+
#define CARMA_VERSION_PATCH 2
38+
#define CARMA_VERSION_NAME "0.5.2 HO"
3939
#endif
4040

4141
namespace carma {

0 commit comments

Comments
 (0)