]> AND Private Git Repository - loba.git/blobdiff - version.cpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Add a VERSION file, for the distrib.
[loba.git] / version.cpp
index 6b6889abcba611a5c2b6a26fb25557838aa441a7..5f28d312d94c0ffbcd8748f79b2083112189c02f 100644 (file)
@@ -6,7 +6,7 @@ namespace version {
     ("Asynchronous Load Balancing");
 
     const std::string num
-    ("0x00"
+    ("0.3pre"
 #include "localversion"
      );
 
@@ -14,7 +14,7 @@ namespace version {
     (__DATE__ " " __TIME__);
 
     const std::string copyright
-    ("Copyright (c) 2010-2011, Arnaud Giersch <arnaud.giersch@univ-fcomte.fr>");
+    ("Copyright (c) 2010-2012, Arnaud Giersch <arnaud.giersch@univ-fcomte.fr>");
 
 }