Skip to content

Commit

Permalink
update version to v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vsergeev committed Sep 11, 2020
1 parent ffdb54c commit d34077d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()
add_definitions(-DPERIPHERY_GPIO_CDEV_SUPPORT=$<BOOL:${HAVE_CDEV_GPIO_HEADERS}>)

# Library version
set(VERSION "2.2.3")
set(VERSION "2.2.4")
set(SOVERSION ${VERSION})

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

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

#ifndef PERIPHERY_VERSION_COMMIT
#define PERIPHERY_VERSION_COMMIT "unknown"
Expand Down

0 comments on commit d34077d

Please sign in to comment.