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

Private GIT Repository
Wip++...
[loba.git] / version.cpp
1 #include "version.h"
2
3 namespace version {
4
5     const char name[]      = "Asynchronous Load Balancing";
6     const char num[]       = "0x00"
7 #include "localversion"
8 ;
9     const char date[]      = __DATE__ " " __TIME__;
10     const char copyright[] = "Copyright (c) 2010, Arnaud Giersch <arnaud.giersch@univ-fcomte.fr>";
11
12 }
13
14 // Local variables:
15 // mode: c++
16 // End: