summaryrefslogtreecommitdiff
path: root/useactions/res/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'useactions/res/version.h')
-rw-r--r--useactions/res/version.h10
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