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
Add perf.data to .gitignore.
[loba.git]
/
version.cpp
diff --git
a/version.cpp
b/version.cpp
index 5f28d312d94c0ffbcd8748f79b2083112189c02f..b2551665029c687644517b8816c7b5dafac64714 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.
3
pre"
+ ("0.
4
pre"
#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
2
, Arnaud Giersch <arnaud.giersch@univ-fcomte.fr>");
+ ("Copyright (c) 2010-201
8
, Arnaud Giersch <arnaud.giersch@univ-fcomte.fr>");
}
}