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

Private GIT Repository
Improved description for valgrind suppression.
[loba.git] / version.h
1 #ifndef VERSION_H
2 #define VERSION_H
3
4 namespace version {
5
6     extern const char name[];
7     extern const char num[];
8     extern const char date[];
9     extern const char copyright[];
10
11 }
12
13 #endif // !VERSION_H
14
15 // Local variables:
16 // mode: c++
17 // End: