update version to v2.4.3
Some checks failed
Buildroot / build (push) Has been cancelled
Build / build (/usr/bin/clang) (push) Has been cancelled
Build / build (/usr/bin/gcc) (push) Has been cancelled

This commit is contained in:
Vanya A. Sergeev
2025-02-28 16:12:34 -06:00
parent 6c50222d8a
commit 911e989fe4
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ endif()
add_definitions(-DPERIPHERY_GPIO_CDEV_SUPPORT=${GPIO_CDEV_SUPPORT})
# Library version
set(VERSION "2.4.2")
set(VERSION "2.4.3")
set(SOVERSION ${VERSION})
# Glob sources, headers, tests

View File

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