Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Release v3.21 v3_21
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 3 Oct 2018 05:40:43 +0000 (07:40 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 3 Oct 2018 05:40:43 +0000 (07:40 +0200)
CMakeLists.txt
ChangeLog
NEWS
sonar-project.properties

index 25cd68f..5e9c98d 100644 (file)
@@ -108,9 +108,9 @@ endif()
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 
 set(SIMGRID_VERSION_MAJOR "3")
-set(SIMGRID_VERSION_MINOR "20")
-set(SIMGRID_VERSION_PATCH "90")
-set(SIMGRID_VERSION_EXTRA "-DEVEL") # Extra words to add to version string (e.g. -rc1)
+set(SIMGRID_VERSION_MINOR "21")
+set(SIMGRID_VERSION_PATCH "0")
+#set(SIMGRID_VERSION_EXTRA "-DEVEL") # Extra words to add to version string (e.g. -rc1)
 
 set(SIMGRID_VERSION_DATE  "2018") # Year for copyright information
 
index 618a6dd..dc87677 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-SimGrid (3.21) NOT RELEASED (Release Target: September 23. 2018, 1:54 UTC)
+SimGrid (3.21) October 3. 2018
 
 The Restarting Documentation (TRD) Release.
 
@@ -24,8 +24,7 @@ S4U new features:
  - When creating an actor from a function and its parameters,
    move-only parameters are not allowed anymore, as it would prevent
    the actor to be restartable if its parameters are consumed on run.
- - s4u::Io: IOs go asynchronous as activities. This comes with new methods in the
-   s4u::Storage class: 
+ - s4u::Io: IOs go asynchronous as activities. New methods in s4u::Storage:
      - io_init(sg_size_t, s4u::Io::OpType) to create a READ or WRITE asynchronous
        IO operations that can be started, waited for, or canceled as a regular
        activity.
diff --git a/NEWS b/NEWS
index 49a303b..965bd0b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ __   _____ _ __ ___(_) ___  _ __   |___ / |___ \/ |
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) | |
  \ V /  __/ |  \__ \ | (_) | | | |  ___) | / __/| |
   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_____|_|
-               (not released)
+               October 3. 2018
 
 The Restarting Documentation (TRD) release.
 
index c9263b2..c68483b 100644 (file)
@@ -3,7 +3,7 @@
 
 sonar.projectKey=simgrid
 sonar.projectName=SimGrid
-sonar.projectVersion=3.20.90
+sonar.projectVersion=3.21
 
 sonar.links.homepage=http://simgrid.org
 sonar.links.issue=https://github.com/simgrid/simgrid/issues