File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ endif()
2323add_definitions (-DPERIPHERY_GPIO_CDEV_SUPPORT=${GPIO_CDEV_SUPPORT} )
2424
2525# Library version
26- set (VERSION "2.4.3 " )
27- set (SOVERSION "2.4 " )
26+ set (VERSION "2.5.0 " )
27+ set (SOVERSION "2.5 " )
2828
2929# Glob sources, headers, tests
3030file (GLOB_RECURSE periphery_SOURCES src/*.c)
Original file line number Diff line number Diff line change 1- VERSION = 2.4.3
2- SO_VERSION = 2.4
1+ VERSION = 2.5.0
2+ SO_VERSION = 2.5
33
44STATIC_LIB = periphery.a
55SHARED_LIB = libperiphery.so
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ extern "C" {
1212#endif
1313
1414#define PERIPHERY_VERSION_MAJOR 2
15- #define PERIPHERY_VERSION_MINOR 4
16- #define PERIPHERY_VERSION_PATCH 3
15+ #define PERIPHERY_VERSION_MINOR 5
16+ #define PERIPHERY_VERSION_PATCH 0
1717
1818#ifndef PERIPHERY_VERSION_COMMIT
1919#define PERIPHERY_VERSION_COMMIT "unknown"
You can’t perform that action at this time.
0 commit comments