From: Martin Quinson Date: Thu, 22 Jun 2017 20:55:16 +0000 (+0200) Subject: release v3.16 X-Git-Tag: v3.16 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/refs/tags/v3.16 release v3.16 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 58d7dbb5de..6d180da564 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,7 +107,7 @@ endif() set(SIMGRID_VERSION_MAJOR "3") set(SIMGRID_VERSION_MINOR "16") set(SIMGRID_VERSION_PATCH "0") -set(SIMGRID_VERSION_EXTRA "-DEVEL") # Extra words to add to version string (e.g. -rc1) +set(SIMGRID_VERSION_EXTRA "") # -DEVEL") # Extra words to add to version string (e.g. -rc1) set(SIMGRID_VERSION_DATE "2017") # Year for copyright information diff --git a/ChangeLog b/ChangeLog index f3bcfcb430..9a23f9123b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ SimGrid (3.16) UNRELEASED + The Blooming Spring Release: developments are budding. + Portability status: - FreeBSD: Disable SMPI mmap privatization, switch automatically to dlopen. - Mac, BSD: dlopen+thread broken, switch automatically to raw contexts. @@ -70,7 +72,7 @@ SimGrid (3.16) UNRELEASED - DROPPED MODULE: matrix. We don't need it anymore. - DROPPED MODULE: lib. We don't need it anymore. - -- Release target: June 21 2017 -- Da SimGrid team + -- Thu Jun 22 22:48:12 CEST 2017 -- Da SimGrid team SimGrid (3.15) stable; urgency=low diff --git a/NEWS b/NEWS index b6b40cc008..65c89c3db0 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ __ _____ _ __ ___(_) ___ _ __ |___ / / |/ /_ \ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ | | '_ \ \ V / __/ | \__ \ | (_) | | | | ___) || | (_) | \_/ \___|_| |___/_|\___/|_| |_| |____(_)_|\___/ - (not released yet) + June 22 2017 The Blooming Spring Release: developments are budding. diff --git a/doc/doxygen/inside_release.doc b/doc/doxygen/inside_release.doc index a764f4fa2b..3d7f0b4fc0 100644 --- a/doc/doxygen/inside_release.doc +++ b/doc/doxygen/inside_release.doc @@ -8,7 +8,7 @@ Please apply the following checklist before releasing. - Sources - - The version number is correctly marked in CMakeList.txt, in macros + - The version number is correctly marked in CMakeLists.txt, in macros SIMGRID_VERSION_MAJOR and friends. - The "make distcheck" target works (testing that every files needed to build and install are included in the archive)