summaryrefslogtreecommitdiff
path: root/plugins/wbOSD/src/version.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-05-16 18:19:56 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-05-16 18:19:56 +0000
commit4653a5d7af56bf2697e2a9a87ddbc3f86a7fb541 (patch)
tree14c6c4d9b672bf75af43811ebb3e104495ce88b5 /plugins/wbOSD/src/version.h
parentcf5350edbc17a09a8c5fb028ce7543bc5b8f4f33 (diff)
- wbOSD: added to solutions
git-svn-id: http://svn.miranda-ng.org/main/trunk@4684 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/wbOSD/src/version.h')
-rw-r--r--plugins/wbOSD/src/version.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/plugins/wbOSD/src/version.h b/plugins/wbOSD/src/version.h
new file mode 100644
index 0000000000..2282deddae
--- /dev/null
+++ b/plugins/wbOSD/src/version.h
@@ -0,0 +1,35 @@
+/*
+
+'File Association Manager'-Plugin for Miranda IM
+
+Copyright (C) 2005-2007 H. Herkenrath
+
+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.
+
+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 (AssocMgr-License.txt); if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+*/
+
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 2
+#define __RELEASE_NUM 1
+#define __BUILD_NUM 0
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "WannaBe OSD"
+#define __FILENAME "wbOSD.dll"
+#define __DESCRIPTION "Shows new message/status change info using onscreen display."
+#define __AUTHOR "Andrej Krutak"
+#define __AUTHOREMAIL "andree182@gmail.com"
+#define __AUTHORWEB "http://miranda-ng.org/"
+#define __COPYRIGHT "©2005 Andrej Krutak"