Skip to content

Commit 23bfa4a

Browse files
committed
update version to v2.3.1
1 parent 7c55b0f commit 23bfa4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.3.0")
19+
set(VERSION "2.3.1")
2020
set(SOVERSION ${VERSION})
2121

2222
# Glob sources, headers, tests

src/version.h

Lines changed: 1 addition & 1 deletion
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 3
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)