Subversion Repositories tpanel

Rev

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

Rev 400 Rev 406
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     1
27
#define V_PATCH     1
28
#define V_ADD       "b1"
28
#define V_ADD       "b2"
29
 
29
 
30
#ifndef V_SERIAL
30
#ifndef V_SERIAL
31
#define V_SERIAL    "20231111TP141B"
31
#define V_SERIAL    "20231205TP141B"
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.