From b9fcf6001f08df257b591fcf07979783ceb86582 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 22 Mar 2017 17:50:52 +0100 Subject: [PATCH] release v3.15 --- CMakeLists.txt | 4 ++-- ChangeLog | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70b1bf2a1f..8f69dc8faf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,9 +91,9 @@ endif() set(SIMGRID_VERSION_MAJOR "3") set(SIMGRID_VERSION_MINOR "15") set(SIMGRID_VERSION_PATCH "0") -set(SIMGRID_VERSION_EXTRA "-DEVEL") # Extra words to add to version string (e.g. -rc1) +set(SIMGRID_VERSION_EXTRA "") # Extra words to add to version string (e.g. -rc1) -set(SIMGRID_VERSION_DATE "2016") # Year for copyright information +set(SIMGRID_VERSION_DATE "2017") # Year for copyright information if(${SIMGRID_VERSION_PATCH} EQUAL "0") set(release_version "${SIMGRID_VERSION_MAJOR}.${SIMGRID_VERSION_MINOR}") diff --git a/ChangeLog b/ChangeLog index 257051a461..df8ca0e7e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -87,7 +87,7 @@ SimGrid (3.15) stable; urgency=low - A can now be created with different speed values to represent pstates. see examples/platforms/energy_cluster.xml for an example. - -- Wed Mar 22 15:36:09 CET 2017 -- Da SimGrid team + -- Wed Mar 22 17:50:21 CET 2017 -- Da SimGrid team SimGrid (3.14.159) stable; urgency=low -- 2.20.1