Skip to content

Commit e9799b8

Browse files
committed
update version to v2.4.0
1 parent d475a3c commit e9799b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.3.1")
25+
set(VERSION "2.4.0")
2626
set(SOVERSION ${VERSION})
2727

2828
# Glob sources, headers, tests

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ extern "C" {
1212
#endif
1313

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

1818
#ifndef PERIPHERY_VERSION_COMMIT
1919
#define PERIPHERY_VERSION_COMMIT "unknown"

0 commit comments

Comments
 (0)