diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-07 08:25:19 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-07 08:25:19 +0000 |
commit | 71a42d0f0dcbd01bd4a9bfdef7bc9c2ae71d13da (patch) | |
tree | 9b13b20e35d686be9bf29e4f64b662c96a071123 /protocols/Tlen/src/commons.h | |
parent | a127f8774661297941b83ad278a09f0b7376373b (diff) |
Tlen: version info added
git-svn-id: http://svn.miranda-ng.org/main/trunk@6390 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tlen/src/commons.h')
-rw-r--r-- | protocols/Tlen/src/commons.h | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/protocols/Tlen/src/commons.h b/protocols/Tlen/src/commons.h index 87df67a285..37f81198e3 100644 --- a/protocols/Tlen/src/commons.h +++ b/protocols/Tlen/src/commons.h @@ -1,24 +1,6 @@ #ifndef _TLENCOMMONS_INC
#define _TLENCOMMONS_INC
-
-#define TLENMUCC_MAJOR_VERSION 2
-#define TLENMUCC_MINOR_VERSION 1
-#define TLENMUCC_RELEASE_NUM 0
-#define TLENMUCC_BUILD_NUM 0
-#define TLENMUCC_VERSION_STRING "2.1.0.0"
-
-
-
-//consts for tlen.dll
-#define TLEN_MAJOR_VERSION TLENMUCC_MAJOR_VERSION
-#define TLEN_MINOR_VERSION TLENMUCC_MINOR_VERSION
-#define TLEN_RELEASE_NUM TLENMUCC_RELEASE_NUM
-#define TLEN_BUILD_NUM TLENMUCC_BUILD_NUM
-
-#define TLEN_FILEVERSION_STRING TLEN_MAJOR_VERSION,TLEN_MINOR_VERSION,TLEN_RELEASE_NUM,TLEN_BUILD_NUM
-#define TLEN_VERSION_STRING TLENMUCC_VERSION_STRING
-
-
+#include "version.h"
#endif //ifndef _TLENCOMMONS_INC
|