Skip to content

Commit 8c9f872

Browse files
committed
update version to v2.3.0
1 parent 1faf0ff commit 8c9f872

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ endif()
1616
add_definitions(-DPERIPHERY_GPIO_CDEV_SUPPORT=$<BOOL:${HAVE_CDEV_GPIO_HEADERS}>)
1717

1818
# Library version
19-
set(VERSION "2.2.5")
19+
set(VERSION "2.3.0")
2020
set(SOVERSION ${VERSION})
2121

2222
# 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 2
16-
#define PERIPHERY_VERSION_PATCH 5
15+
#define PERIPHERY_VERSION_MINOR 3
16+
#define PERIPHERY_VERSION_PATCH 0
1717

1818
#ifndef PERIPHERY_VERSION_COMMIT
1919
#define PERIPHERY_VERSION_COMMIT "unknown"

0 commit comments

Comments
 (0)