Skip to content

Commit 6c5302c

Browse files
committed
update version to v2.4.1
1 parent 124fc41 commit 6c5302c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ endif()
2222
add_definitions(-DPERIPHERY_GPIO_CDEV_SUPPORT=${GPIO_CDEV_SUPPORT})
2323

2424
# Library version
25-
set(VERSION "2.4.0")
25+
set(VERSION "2.4.1")
2626
set(SOVERSION ${VERSION})
2727

2828
# Glob sources, headers, tests

src/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extern "C" {
1313

1414
#define PERIPHERY_VERSION_MAJOR 2
1515
#define PERIPHERY_VERSION_MINOR 4
16-
#define PERIPHERY_VERSION_PATCH 0
16+
#define PERIPHERY_VERSION_PATCH 1
1717

1818
#ifndef PERIPHERY_VERSION_COMMIT
1919
#define PERIPHERY_VERSION_COMMIT "unknown"

0 commit comments

Comments
 (0)