update version to v2.3.1

This commit is contained in:
Vanya A. Sergeev
2021-01-05 02:51:56 -06:00
parent 7c55b0ff2c
commit 23bfa4ab48
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ endif()
add_definitions(-DPERIPHERY_GPIO_CDEV_SUPPORT=$<BOOL:${HAVE_CDEV_GPIO_HEADERS}>)
# Library version
set(VERSION "2.3.0")
set(VERSION "2.3.1")
set(SOVERSION ${VERSION})
# Glob sources, headers, tests
+1 -1
View File
@@ -13,7 +13,7 @@ extern "C" {
#define PERIPHERY_VERSION_MAJOR 2
#define PERIPHERY_VERSION_MINOR 3
#define PERIPHERY_VERSION_PATCH 0
#define PERIPHERY_VERSION_PATCH 1
#ifndef PERIPHERY_VERSION_COMMIT
#define PERIPHERY_VERSION_COMMIT "unknown"