diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-10 14:41:13 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-10 14:41:13 +0000 |
commit | 349641ecaeaff4b7d652333ebba518c760ade8e9 (patch) | |
tree | 1171d0fc9e9f6663050f825ad6b6a79f0af3aba9 /plugins/TrafficCounter/src/version.h | |
parent | 2e28da56cde50d5c5d8b7d83d7f9662a204d492a (diff) |
added precompiled header
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3960 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TrafficCounter/src/version.h')
-rw-r--r-- | plugins/TrafficCounter/src/version.h | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/plugins/TrafficCounter/src/version.h b/plugins/TrafficCounter/src/version.h index d90dc2ec3e..8f2c9ccc21 100644 --- a/plugins/TrafficCounter/src/version.h +++ b/plugins/TrafficCounter/src/version.h @@ -1,3 +1,14 @@ -#define __FILEVERSION_STRING 0,1,1,8
-#define __VERSION_STRING "0.1.1.8"
-#define __VERSION_DWORD 0x00010108
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 1
+#define __BUILD_NUM 8
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "Traffic counter"
+#define __FILENAME "TrafficCounter.dll"
+#define __DESCRIPTION "Adding traffic and time counters."
+#define __AUTHOR "Ghost, Mironych"
+#define __AUTHOREMAIL ""
+#define __AUTHORWEB "http://miranda-ng.org/"
+#define __COPYRIGHT "© 2002-2006 Ghost, 2007-2012 Mironych"
|