From: Arnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Date: Wed, 16 May 2018 09:32:16 +0000 (+0200)
Subject: Start version 0.5.
X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/7f053a08e8787d8724f2200860d516d99187a475?ds=inline

Start version 0.5.
---

diff --git a/CHANGES b/CHANGES
index 9c462fe..c0133c2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+v0.5 --
+
 v0.4 -- Wed, 16 May 2018 11:30:38 +0200
 
  * Updated to latest SimGrid version.
diff --git a/version.cpp b/version.cpp
index 186d95e..ebb6b2c 100644
--- a/version.cpp
+++ b/version.cpp
@@ -6,7 +6,7 @@ namespace version {
     ("Asynchronous Load Balancing");
 
     const std::string num
-    ("0.4"
+    ("0.5pre"
 #include "localversion"
      );