update version to v2.2.4

This commit is contained in:
Vanya A. Sergeev
2020-09-11 02:08:29 -05:00
parent ffdb54ca0d
commit d34077d7ee
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ endif()
add_definitions(-DPERIPHERY_GPIO_CDEV_SUPPORT=$<BOOL:${HAVE_CDEV_GPIO_HEADERS}>)
# Library version
set(VERSION "2.2.3")
set(VERSION "2.2.4")
set(SOVERSION ${VERSION})
# Glob sources, headers, tests

View File

@@ -13,7 +13,7 @@ extern "C" {
#define PERIPHERY_VERSION_MAJOR 2
#define PERIPHERY_VERSION_MINOR 2
#define PERIPHERY_VERSION_PATCH 3
#define PERIPHERY_VERSION_PATCH 4
#ifndef PERIPHERY_VERSION_COMMIT
#define PERIPHERY_VERSION_COMMIT "unknown"