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

Private GIT Repository
ag_parameters: double deadline
[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: