update version to v2.2.0

This commit is contained in:
Vanya A. Sergeev
2020-05-29 01:24:25 -05:00
parent 58bc7bde65
commit a750f96355
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ if(NOT HAVE_LINUX_HEADERS)
endif()
# Library version
set(VERSION "2.1.0")
set(VERSION "2.2.0")
set(SOVERSION ${VERSION})
# Glob sources, headers, tests
+1 -1
View File
@@ -12,7 +12,7 @@ extern "C" {
#endif
#define PERIPHERY_VERSION_MAJOR 2
#define PERIPHERY_VERSION_MINOR 1
#define PERIPHERY_VERSION_MINOR 2
#define PERIPHERY_VERSION_PATCH 0
#ifndef PERIPHERY_VERSION_COMMIT