23 lines
497 B
C
23 lines
497 B
C
#ifndef TESTBENCHVERSION_H
|
|
#define TESTBENCHVERSION_H
|
|
|
|
|
|
#define TEST_BENCH_VERSION "V1.2"
|
|
|
|
//LOG DES CHANGEMENTS
|
|
|
|
//Version 1.1
|
|
//- Correction d'un bug qui testait 108 points pour le
|
|
// connecteur 90 points, il manquait la partie du rapport...
|
|
|
|
//Version 1.1
|
|
//- Ajustements suite aux premiers essais à l'atelier
|
|
//- Correction d'un bug qui testait 108 points pour le
|
|
// connecteur 90 points.
|
|
|
|
//Version 0.10_ING_DEV
|
|
//-Version de développement, pré-production
|
|
|
|
#endif // TESTBENCHVERSION_H
|
|
|