diff --git a/CMakeLists.txt b/CMakeLists.txt index e975c90b..58e7827d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.9.0) -project(rpc VERSION 3.0.0) +project(rpc VERSION 2.2.0) set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake") diff --git a/doc/pages/versions.md b/doc/pages/versions.md index 7fcf6355..cde88106 100644 --- a/doc/pages/versions.md +++ b/doc/pages/versions.md @@ -1,4 +1,4 @@ -You are reading the documentation of ... +You are reading the documentation of 2.2.0. If, for some reason you need the documentation of older versions, you can download them from this page. * [1.0.0](/archive/rpclib_docs_1.0.0.zip) diff --git a/include/rpc/version.h b/include/rpc/version.h index f5c0a1df..206c7c64 100644 --- a/include/rpc/version.h +++ b/include/rpc/version.h @@ -5,8 +5,8 @@ namespace rpc { -static constexpr unsigned VERSION_MAJOR = 3; -static constexpr unsigned VERSION_MINOR = 0; +static constexpr unsigned VERSION_MAJOR = 2; +static constexpr unsigned VERSION_MINOR = 2; static constexpr unsigned VERSION_PATCH = 0; } /* rpc */