Subversion Repositories tpanel

Rev

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

Rev 112 Rev 113
Line 22... Line 22...
22
#include <vector>
22
#include <vector>
23
#include <algorithm>
23
#include <algorithm>
24
#include "terror.h"
24
#include "terror.h"
25
 
25
 
26
#define V_MAJOR     1
26
#define V_MAJOR     1
27
#define V_MINOR     2
27
#define V_MINOR     3
28
#define V_PATCH     1
28
#define V_PATCH     0
29
 
29
 
30
/**
30
/**
31
 * @def TPANEL_VERSION
31
 * @def TPANEL_VERSION
32
 * Defines the version of this application.
32
 * Defines the version of this application.
33
 */
33
 */