Subversion Repositories tpanel

Rev

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

Rev 161 Rev 162
Line 24... Line 24...
24
#include "terror.h"
24
#include "terror.h"
25
 
25
 
26
#define V_MAJOR     1
26
#define V_MAJOR     1
27
#define V_MINOR     3
27
#define V_MINOR     3
28
#define V_PATCH     2
28
#define V_PATCH     2
29
#define V_ADD       "b6"
29
#define V_ADD       "b7"
30
 
30
 
31
#ifndef V_SERIAL
31
#ifndef V_SERIAL
32
#define V_SERIAL    "20220522T132B"
32
#define V_SERIAL    "20220524T132B"
33
#endif
33
#endif
34
 
34
 
35
/**
35
/**
36
 * @def TPANEL_VERSION
36
 * @def TPANEL_VERSION
37
 * Defines the version of this application.
37
 * Defines the version of this application.