diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-16 20:27:44 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-16 20:27:44 +0000 |
commit | c1cb7d69096ff2b3fbd20d1ceeb29fefb0a5bc4a (patch) | |
tree | 92f1c368ed3483fed2b5c67a0a9b1d5891661853 /useactions/res/version.h | |
parent | 48c243c36ebd29087c8f8e8ea48a53ff180b3575 (diff) |
useactions:
added patch from NightFox
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@116 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'useactions/res/version.h')
-rw-r--r-- | useactions/res/version.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/useactions/res/version.h b/useactions/res/version.h index 94df319..c4698c8 100644 --- a/useactions/res/version.h +++ b/useactions/res/version.h @@ -8,7 +8,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 0
-#define __BUILD_NUM 3
+#define __BUILD_NUM 4
// plugin SVN Revision number
//#define __REV_NUM 5678
@@ -21,13 +21,17 @@ //#define __PROD_REV_NUM 1234
// stuff that will be used in PluginInfo section and in Version resource
+#if defined (_UNICODE)
+#define __PLUGIN_NAME "UseActions (Unicode)"
+#else
#define __PLUGIN_NAME "UseActions"
+#endif
#define __FILENAME "UseActions.dll"
-#define __DESC "This plugin makes use of actions, serviced by Actions Manager plugin (ActMan, by Awkward)"
+#define __DESC "This plugin makes use of actions, serviced by Actions Manager plugin (ActMan by Awkward)."
#define __AUTHOR "Igor Abakumov"
#define __AUTHOREMAIL "abakumoff@mail.ru"
#define __AUTHORWEB "http://vasilich.org/blog"
-#define __COPYRIGHT "© 2009 Igor Abakumov"
+#define __COPYRIGHT "© 2010 Igor Abakumov"
// other stuff for Version resource
#define __STRINGIFY_IMPL(x) #x
|