From 931c47f25a0ad454abf751312482c9f60ef9df7d Mon Sep 17 00:00:00 2001 From: "Daniele E. Domenichelli" Date: Mon, 3 Jun 2019 17:34:07 +0200 Subject: [PATCH] YARP 3.1.2 --- .mailmap | 1 + CMakeLists.txt | 2 +- doc/installation/download.dox | 3 ++- doc/release/v3_1_2.md | 6 +++++- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.mailmap b/.mailmap index 3b398be9fc3..b5f839fe42f 100644 --- a/.mailmap +++ b/.mailmap @@ -19,6 +19,7 @@ Davide Perrone Davide Perrone Elena Ceseracciu Elena Rampone +Emilio Benenati Enrico Mingo Francesco Nori Francesco Romano diff --git a/CMakeLists.txt b/CMakeLists.txt index ba497137b04..bf925f54839 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ endif() # Main project project(YARP - VERSION 3.1.1 + VERSION 3.1.2 LANGUAGES C CXX) set(PROJECT_DESCRIPTION "YARP: A thin middleware for humanoid robots and more") diff --git a/doc/installation/download.dox b/doc/installation/download.dox index 916ee1c622a..e3f7415f3aa 100644 --- a/doc/installation/download.dox +++ b/doc/installation/download.dox @@ -6,7 +6,7 @@ Latest YARP release is: - + @ref v3_1_1 + + @ref v3_1_2 @section download_source_code Source Code @@ -60,6 +60,7 @@ Previous versions are hosted on __Previous releases version and dates__: + + @ref v3_1_1 + @ref v3_1_0 + @ref v3_0_1 + @ref v3_0_0 diff --git a/doc/release/v3_1_2.md b/doc/release/v3_1_2.md index 34556b37d7b..4eae3d3a894 100644 --- a/doc/release/v3_1_2.md +++ b/doc/release/v3_1_2.md @@ -1,4 +1,4 @@ -YARP 3.1.2 (UNRELEASED) {#v3_1_2} +YARP 3.1.2 (2019-06-03) {#v3_1_2} ======================= [TOC] @@ -40,4 +40,8 @@ This is a list of people that contributed to this release (generated from the git history using `git shortlog -ens --no-merges v3.1.0..v3.1.1`): ``` + 8 Daniele E. Domenichelli + 2 Alberto Cardellino + 1 Bartek Ɓukawski + 1 Emilio Benenati ```