From c628a13d98fde8d2555cc6fa8628e0b575021bd4 Mon Sep 17 00:00:00 2001 From: Szymon Tokarz Date: Mon, 27 May 2013 22:29:01 +0000 Subject: MirFox plugin for Miranda NG added Version 0.5.0.0 Compatible Firefox addon is now available at: https://addons.mozilla.org/pl/firefox/addon/mirfox/versions/0.5.0.0 or http://wsx22.xpdev-hosted.com/ git-svn-id: http://svn.miranda-ng.org/main/trunk@4826 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirFox/src/version.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 plugins/MirFox/src/version.h (limited to 'plugins/MirFox/src/version.h') diff --git a/plugins/MirFox/src/version.h b/plugins/MirFox/src/version.h new file mode 100644 index 0000000000..753e5f6394 --- /dev/null +++ b/plugins/MirFox/src/version.h @@ -0,0 +1,15 @@ +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 5 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 0 +#define __VERSION_STRING "0.5.0.0" + +#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM + +#define __PLUGIN_NAME "MirFox" +#define __FILENAME "MirFox.dll" +#define __DESCRIPTION "MirFox (Miranda NG) - part of Miranda-Firefox integration - http://wsx22.3.xpdev-hosted.com" +#define __AUTHOR "Szymon Tokarz" +#define __AUTHOREMAIL "wsx22@o2.pl" +#define __AUTHORWEB "http://miranda-ng.org/" +#define __COPYRIGHT "© 2013 Szymon Tokarz" -- cgit v1.2.3