diff options
Diffstat (limited to 'protocols/Gadu-Gadu/gg.cpp')
-rw-r--r-- | protocols/Gadu-Gadu/gg.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Gadu-Gadu/gg.cpp b/protocols/Gadu-Gadu/gg.cpp index 666adbe81d..3ac4c54871 100644 --- a/protocols/Gadu-Gadu/gg.cpp +++ b/protocols/Gadu-Gadu/gg.cpp @@ -21,14 +21,13 @@ #include "gg.h"
#include "version.h"
-#include <m_version.h>
#include <errno.h>
// Plugin info
PLUGININFOEX pluginInfo = {
sizeof(PLUGININFOEX),
"Gadu-Gadu Protocol",
- MIRANDA_VERSION_DWORD,
+ __VERSION_DWORD,
"Provides support for Gadu-Gadu protocol",
"Bartosz Białek, Adam Strzelecki",
"dezred"/*antispam*/"@"/*antispam*/"gmail"/*antispam*/"."/*antispam*/"com",
|