Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
release v3.16 v3.16
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 22 Jun 2017 20:55:16 +0000 (22:55 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 22 Jun 2017 20:55:16 +0000 (22:55 +0200)
CMakeLists.txt
ChangeLog
NEWS
doc/doxygen/inside_release.doc

index 58d7dbb..6d180da 100644 (file)
@@ -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
 
index f3bcfcb..9a23f91 100644 (file)
--- 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 <simgrid-devel@lists.gforge.inria.fr>
+ -- Thu Jun 22 22:48:12 CEST 2017   -- Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>
 
 SimGrid (3.15) stable; urgency=low
 
diff --git a/NEWS b/NEWS
index b6b40cc..65c89c3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ __   _____ _ __ ___(_) ___  _ __   |___ / / |/ /_
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | | '_ \
  \ V /  __/ |  \__ \ | (_) | | | |  ___) || | (_) |
   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|\___/
-               (not released yet)
+               June 22 2017
 
 The Blooming Spring Release: developments are budding.
 
index a764f4f..3d7f0b4 100644 (file)
@@ -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)