diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-03 15:16:59 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-03 15:16:59 +0000 |
commit | 4fa696b9543d75bc455ae3c5e1fa832f517a62a0 (patch) | |
tree | b645e50d56a6d81e02b5f80fcc54e7a2595e4b4f /protocols/AimOscar/src/version.h | |
parent | e4638514cc2346378e5d47c7911b8d2156d3f92b (diff) |
removed not used icon
standard plugin description and version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@2928 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/src/version.h')
-rw-r--r-- | protocols/AimOscar/src/version.h | 30 |
1 files changed, 12 insertions, 18 deletions
diff --git a/protocols/AimOscar/src/version.h b/protocols/AimOscar/src/version.h index cd1ad86ac6..27ca00fb92 100644 --- a/protocols/AimOscar/src/version.h +++ b/protocols/AimOscar/src/version.h @@ -1,20 +1,14 @@ -/*
-Plugin of Miranda IM for communicating with users of the AIM protocol.
-Copyright (c) 2008-2009 Boris Krasnovskiy
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 11
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 1
-This program is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public License
-as published by the Free Software Foundation; either version 2
-of the License, or (at your option) any later version.
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-#define __FILEVERSION_STRING 0,11,0,1
-#define __VERSION_STRING "0.11.0.1"
-#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0,11,0,1)
+#define __PLUGIN_NAME "AIM protocol"
+#define __FILENAME "AIM.dll"
+#define __DESCRIPTION "Provides support for AOL Instant Messenger (AIM) protocol."
+#define __AUTHOR "Boris Krasnovskiy, Aaron Myles Landwehr"
+#define __AUTHOREMAIL "borkra@miranda-im.org"
+#define __AUTHORWEB "http://miranda-ng.org/"
+#define __COPYRIGHT "© 2008-2011 Boris Krasnovskiy, 2005-2006 Aaron Myles Landwehr"
|