16 lines
216 B
C
16 lines
216 B
C
#ifndef TESTBENCHVERSION_H
|
|
#define TESTBENCHVERSION_H
|
|
|
|
|
|
#define TEST_BENCH_VERSION "V1.0"
|
|
|
|
//LOG DES CHANGEMENTS
|
|
|
|
|
|
|
|
//Version 0.10_ING_DEV
|
|
//-Version de développement, pré-production
|
|
|
|
#endif // TESTBENCHVERSION_H
|
|
|