Skip to content

Commit 85a71a1

Browse files
committed
update version to v2.2.3
1 parent d8e68ab commit 85a71a1

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
@@ -12,7 +12,7 @@ endif()
1212
add_definitions(-DPERIPHERY_GPIO_CDEV_SUPPORT=$<BOOL:${HAVE_CDEV_GPIO_HEADERS}>)
1313

1414
# Library version
15-
set(VERSION "2.2.2")
15+
set(VERSION "2.2.3")
1616
set(SOVERSION ${VERSION})
1717

1818
# 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 2
16-
#define PERIPHERY_VERSION_PATCH 2
16+
#define PERIPHERY_VERSION_PATCH 3
1717

1818
#ifndef PERIPHERY_VERSION_COMMIT
1919
#define PERIPHERY_VERSION_COMMIT "unknown"

0 commit comments

Comments
 (0)