A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
loba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Convert message_type to enum class.
[loba.git]
/
version.cpp
diff --git
a/version.cpp
b/version.cpp
index 6b6889abcba611a5c2b6a26fb25557838aa441a7..e72cfde44a86565cc4fc8df2303b79c1b3f311f3 100644
(file)
--- a/
version.cpp
+++ b/
version.cpp
@@
-6,7
+6,7
@@
namespace version {
("Asynchronous Load Balancing");
const std::string num
("Asynchronous Load Balancing");
const std::string num
- ("0
x00
"
+ ("0
.5pre
"
#include "localversion"
);
#include "localversion"
);
@@
-14,7
+14,7
@@
namespace version {
(__DATE__ " " __TIME__);
const std::string copyright
(__DATE__ " " __TIME__);
const std::string copyright
- ("Copyright (c) 2010-201
1
, Arnaud Giersch <arnaud.giersch@univ-fcomte.fr>");
+ ("Copyright (c) 2010-201
9
, Arnaud Giersch <arnaud.giersch@univ-fcomte.fr>");
}
}