diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-09-27 07:01:19 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-09-27 07:01:19 +0000 |
commit | 86651ea27acb5ba7f4cba2fdeb8a8a1d6bd3165f (patch) | |
tree | 203f46d16618f9bc1b6eb980660898fe5d96be01 /protocols/Skype/src/version.h | |
parent | 4db6c5178cbd85e29e714a63ee5b1e8fc9881bae (diff) |
some cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@1676 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/version.h')
-rw-r--r-- | protocols/Skype/src/version.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Skype/src/version.h b/protocols/Skype/src/version.h index 9acc0b7ca3..281233e9ec 100644 --- a/protocols/Skype/src/version.h +++ b/protocols/Skype/src/version.h @@ -2,7 +2,6 @@ #define __MINOR_VERSION 0
#define __RELEASE_NUM 0
#define __BUILD_NUM 1
-#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 1, 0, 0)
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|