summaryrefslogtreecommitdiff
path: root/protocols/Gadu-Gadu/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Gadu-Gadu/version.h')
-rw-r--r--protocols/Gadu-Gadu/version.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/protocols/Gadu-Gadu/version.h b/protocols/Gadu-Gadu/version.h
index a868c43720..aed5ea4c20 100644
--- a/protocols/Gadu-Gadu/version.h
+++ b/protocols/Gadu-Gadu/version.h
@@ -18,8 +18,6 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
////////////////////////////////////////////////////////////////////////////////
-#include "m_version.h"
-
-#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
-#define __VERSION_STRING MIRANDA_VERSION_STRING
-#define __VERSION_DWORD MIRANDA_VERSION_DWORD
+#define __FILEVERSION_STRING 0,92,2,0
+#define __VERSION_STRING "0.92.2.0"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 92, 2, 0)