Subversion Repositories tpanel

Rev

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

Rev 481 Rev 486
Line 20... Line 20...
20
 
20
 
21
#include <string>
21
#include <string>
22
#include <vector>
22
#include <vector>
23
#include <algorithm>
23
#include <algorithm>
24
 
24
 
25
#define V_MAJOR     1
25
#define V_MAJOR     2
26
#define V_MINOR     4
26
#define V_MINOR     0
27
#define V_PATCH     1
27
#define V_PATCH     0
28
#define V_ADD       "b3"
28
#define V_ADD       "b1"
29
 
29
 
30
#ifndef V_SERIAL
30
#ifndef V_SERIAL
31
#define V_SERIAL    "20231205TP141B"
31
#define V_SERIAL    "20250222TP200B"
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.