summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/TabSRMM_icons/Version.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-10 12:02:20 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-10 12:02:20 +0000
commitffbf1155ff036f2640f9d192cfb95bc42864ed19 (patch)
treeb987aa6f42173d5d945612d1a8796653bf510b8f /plugins/TabSRMM/TabSRMM_icons/Version.h
parent03758f8f918f392386a1dd7a1c7a795927f8c221 (diff)
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3954 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/TabSRMM_icons/Version.h')
-rw-r--r--plugins/TabSRMM/TabSRMM_icons/Version.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/TabSRMM/TabSRMM_icons/Version.h b/plugins/TabSRMM/TabSRMM_icons/Version.h
new file mode 100644
index 0000000000..480d46fb64
--- /dev/null
+++ b/plugins/TabSRMM/TabSRMM_icons/Version.h
@@ -0,0 +1,11 @@
+#define __MAJOR_VERSION 3
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 99
+#define __BUILD_NUM 8
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "TabSRMM icons"
+#define __FILENAME "TabSRMM_icons.dll"
+#define __DESCRIPTION "Iconpack for TabSRMM plugin of Miranda NG."
+#define __COPYRIGHT "© 2000-2010 Miranda Project and contributors. See readme.txt for more."