summaryrefslogtreecommitdiff
path: root/plugins/CSList/src/Version.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-07-17 08:44:50 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-07-17 08:44:50 +0000
commite736ab21213b66669dde5d9a9003596706eee8bd (patch)
treeb891b19763dd047c3b34c9df8c3b32b941ce4983 /plugins/CSList/src/Version.h
parentee2e419778605a5445474a33a29f2cfbb7eed245 (diff)
CSList, CyrTranslit: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@1002 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CSList/src/Version.h')
-rw-r--r--plugins/CSList/src/Version.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/CSList/src/Version.h b/plugins/CSList/src/Version.h
new file mode 100644
index 0000000000..8206c5c61f
--- /dev/null
+++ b/plugins/CSList/src/Version.h
@@ -0,0 +1,22 @@
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 5
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
+
+#define __STRINGIFY_IMPL(x) #x
+#define __STRINGIFY(x) __STRINGIFY_IMPL(x)
+#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS)
+
+
+
+#define __PLUGIN_NAME "Custom Status List mod"
+#define __INTERNAL_NAME "CSList"
+#define __FILENAME "CSList.dll"
+#define __DESCRIPTION "This plugin offers simple management functions to keep your extra statuses on one place."
+#define __AUTHOR "Mataes, jarvis"
+#define __AUTHOREMAIL "mataes2007@gmail.com"
+#define __AUTHORWEB "http://mataes.googlecode.com/svn/Miranda/Plugins/Cslist/"
+#define __COPYRIGHT "© 2011-10 Mataes, 2009-2007 jarvis"