Subversion Repositories tpanel

Rev

Rev 343 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 343 Rev 370
Line 23... Line 23...
23
#include <algorithm>
23
#include <algorithm>
24
 
24
 
25
#define V_MAJOR     1
25
#define V_MAJOR     1
26
#define V_MINOR     4
26
#define V_MINOR     4
27
#define V_PATCH     0
27
#define V_PATCH     0
28
#define V_ADD       "b2"
28
#define V_ADD       "b3"
29
 
29
 
30
#ifndef V_SERIAL
30
#ifndef V_SERIAL
31
#define V_SERIAL    "20230323TP140B"
31
#define V_SERIAL    "20231010TP140B"
32
#endif
32
#endif
33
 
33
 
34
/**
34
/**
35
 * @def TPANEL_VERSION
35
 * @def TPANEL_VERSION
36
 * Defines the version of this application.
36
 * Defines the version of this application.