Skip to content

Commit

Permalink
cmake: set version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sztomi committed Oct 26, 2017
1 parent a6bd43d commit 598a691
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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")

Expand Down
2 changes: 1 addition & 1 deletion 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)
4 changes: 2 additions & 2 deletions include/rpc/version.h
Expand Up @@ -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 */
Expand Down

0 comments on commit 598a691

Please sign in to comment.