Skip to content

Commit

Permalink
update version to v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vsergeev committed Jul 6, 2023
1 parent dd7b9e5 commit 91f9678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -23,7 +23,7 @@ endif()
add_definitions(-DPERIPHERY_GPIO_CDEV_SUPPORT=${GPIO_CDEV_SUPPORT})

# Library version
set(VERSION "2.4.1")
set(VERSION "2.4.2")
set(SOVERSION ${VERSION})

# Glob sources, headers, tests
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Expand Up @@ -13,7 +13,7 @@ extern "C" {

#define PERIPHERY_VERSION_MAJOR 2
#define PERIPHERY_VERSION_MINOR 4
#define PERIPHERY_VERSION_PATCH 1
#define PERIPHERY_VERSION_PATCH 2

#ifndef PERIPHERY_VERSION_COMMIT
#define PERIPHERY_VERSION_COMMIT "unknown"
Expand Down

0 comments on commit 91f9678

Please sign in to comment.