A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
loba.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Short documentation for makhoul3, and reindentation.
[loba.git]
/
version.h
1
#ifndef VERSION_H
2
#define VERSION_H
3
4
#include <string>
5
6
namespace version {
7
8
extern const std::string name;
9
extern const std::string num;
10
extern const std::string date;
11
extern const std::string copyright;
12
13
}
14
15
#endif // !VERSION_H
16
17
// Local variables:
18
// mode: c++
19
// End: