diff options
Diffstat (limited to 'plugins/SendScreenshotPlus/src/version.h')
-rw-r--r-- | plugins/SendScreenshotPlus/src/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/SendScreenshotPlus/src/version.h b/plugins/SendScreenshotPlus/src/version.h index 15d8b73bde..0726fb855e 100644 --- a/plugins/SendScreenshotPlus/src/version.h +++ b/plugins/SendScreenshotPlus/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 8 -#define __RELEASE_NUM 3 -#define __BUILD_NUM 1 +#define __RELEASE_NUM 4 +#define __BUILD_NUM 0 #include <stdver.h> @@ -12,4 +12,4 @@ #define __AUTHOREMAIL "ing.u.horn@googlemail.com" #define __AUTHORWEB "http://miranda-ng.org/p/SendSS/" #define __COPYRIGHT "© 2010 Merlin, 2004-2006 Sergio Vieira Rolanski" -#define __USER_AGENT_STRING __PLUGIN_NAME##" v"##__VERSION_STRING +#define __USER_AGENT_STRING "SendSS/" __VERSION_STRING_DOTS |