From 60ea820fa9cb8431b17d62a9a828dc5f78236fa8 Mon Sep 17 00:00:00 2001 From: Yauheni Akhotnikau Date: Fri, 7 Feb 2020 13:59:16 +0300 Subject: [PATCH] Version number is changed to 0.6.3.1. --- dev/restinio/cmake/target.cmake | 2 +- dev/restinio/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/restinio/cmake/target.cmake b/dev/restinio/cmake/target.cmake index 06c84117..131d5904 100644 --- a/dev/restinio/cmake/target.cmake +++ b/dev/restinio/cmake/target.cmake @@ -1 +1 @@ -set(RESTINIO_VERSION "0.6.3") +set(RESTINIO_VERSION "0.6.3.1") diff --git a/dev/restinio/version.hpp b/dev/restinio/version.hpp index 73274f0a..7e870c1d 100644 --- a/dev/restinio/version.hpp +++ b/dev/restinio/version.hpp @@ -11,7 +11,7 @@ #pragma once -// The current version is 0.6.3 +// The current version is 0.6.3.1 // /*! * The major part of version number.