diff options
Diffstat (limited to 'plugins/SendScreenshotPlus/src/version.h')
-rw-r--r-- | plugins/SendScreenshotPlus/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SendScreenshotPlus/src/version.h b/plugins/SendScreenshotPlus/src/version.h index 0726fb855e..8c3135b7de 100644 --- a/plugins/SendScreenshotPlus/src/version.h +++ b/plugins/SendScreenshotPlus/src/version.h @@ -1,6 +1,6 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 8 -#define __RELEASE_NUM 4 +#define __RELEASE_NUM 5 #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 "SendSS/" __VERSION_STRING_DOTS +#define __USER_AGENT_STRING "SendSS/" __VERSION_STRING_DOTS |