Skip to content

Commit

Permalink
update version to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vsergeev committed Mar 31, 2023
1 parent d475a3c commit e9799b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ endif()
add_definitions(-DPERIPHERY_GPIO_CDEV_SUPPORT=${GPIO_CDEV_SUPPORT})

# Library version
set(VERSION "2.3.1")
set(VERSION "2.4.0")
set(SOVERSION ${VERSION})

# Glob sources, headers, tests
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ extern "C" {
#endif

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

#ifndef PERIPHERY_VERSION_COMMIT
#define PERIPHERY_VERSION_COMMIT "unknown"
Expand Down

0 comments on commit e9799b8

Please sign in to comment.