diff options
Diffstat (limited to 'protocols/Yahoo/version.h')
-rw-r--r-- | protocols/Yahoo/version.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/protocols/Yahoo/version.h b/protocols/Yahoo/version.h index 6a4f95694c..c431ab4a7e 100644 --- a/protocols/Yahoo/version.h +++ b/protocols/Yahoo/version.h @@ -1,5 +1,4 @@ -#include "m_version.h" +#define __FILEVERSION_STRING 0,92,2,0 +#define __VERSION_STRING "0.92.2.0" +#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 92, 2, 0) -#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION -#define __VERSION_STRING MIRANDA_VERSION_STRING -#define __VERSION_DWORD MIRANDA_VERSION_DWORD |