From 7a2ebfa7c0ea7d31a64e6fa8c930558bdfe5ddcc Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 28 Dec 2016 17:16:34 +0100 Subject: [PATCH 1/1] as expected, here is a fix release :( --- CMakeLists.txt | 2 +- ChangeLog | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 258f10a9c1..c7d2e5db81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,7 +90,7 @@ endif() set(SIMGRID_VERSION_MAJOR "3") set(SIMGRID_VERSION_MINOR "14") -set(SIMGRID_VERSION_PATCH "0") +set(SIMGRID_VERSION_PATCH "159") # set(SIMGRID_VERSION_EXTRA "-alpha") # Extra words to add to version string (e.g. -rc1) set(SIMGRID_VERSION_DATE "2016") # Year for copyright information diff --git a/ChangeLog b/ChangeLog index 70bc7114b6..7f50cb74e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +SimGrid (3.14.159) stable; urgency=low + + The previous release was only a crude approximation of a Pi release; + this one should be a bit better. + + - Revert a last minute change that broke on Mac OSX. + - Fix the changelog and NEWS files. + - Improve the documentation, in particular of the routing module. + - Integrate some patches flying around in Debian. + + -- Wed Dec 28 17:14:49 CET 2016 Da SimGrid team + SimGrid (3.14) stable; urgency=low Documentation -- 2.20.1