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

This commit is contained in:
Vanya A. Sergeev
2025-10-11 18:12:00 -05:00
parent ea42050c2d
commit d67a7dcc1f
3 changed files with 6 additions and 6 deletions

View File

@@ -23,8 +23,8 @@ endif()
add_definitions(-DPERIPHERY_GPIO_CDEV_SUPPORT=${GPIO_CDEV_SUPPORT})
# Library version
set(VERSION "2.4.3")
set(SOVERSION "2.4")
set(VERSION "2.5.0")
set(SOVERSION "2.5")
# Glob sources, headers, tests
file(GLOB_RECURSE periphery_SOURCES src/*.c)

View File

@@ -1,5 +1,5 @@
VERSION = 2.4.3
SO_VERSION = 2.4
VERSION = 2.5.0
SO_VERSION = 2.5
STATIC_LIB = periphery.a
SHARED_LIB = libperiphery.so

View File

@@ -12,8 +12,8 @@ extern "C" {
#endif
#define PERIPHERY_VERSION_MAJOR 2
#define PERIPHERY_VERSION_MINOR 4
#define PERIPHERY_VERSION_PATCH 3
#define PERIPHERY_VERSION_MINOR 5
#define PERIPHERY_VERSION_PATCH 0
#ifndef PERIPHERY_VERSION_COMMIT
#define PERIPHERY_VERSION_COMMIT "unknown"