Skip to content

Commit

Permalink
update version to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vsergeev committed Dec 16, 2020
1 parent 1faf0ff commit 8c9f872
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 @@ -16,7 +16,7 @@ endif()
add_definitions(-DPERIPHERY_GPIO_CDEV_SUPPORT=$<BOOL:${HAVE_CDEV_GPIO_HEADERS}>)

# Library version
set(VERSION "2.2.5")
set(VERSION "2.3.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 2
#define PERIPHERY_VERSION_PATCH 5
#define PERIPHERY_VERSION_MINOR 3
#define PERIPHERY_VERSION_PATCH 0

#ifndef PERIPHERY_VERSION_COMMIT
#define PERIPHERY_VERSION_COMMIT "unknown"
Expand Down

0 comments on commit 8c9f872

Please sign in to comment.