diff options
Diffstat (limited to 'protocols/Sametime/src/version.h')
-rw-r--r-- | protocols/Sametime/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Sametime/src/version.h b/protocols/Sametime/src/version.h index 8e4ec7c6c6..eac0e4cf48 100644 --- a/protocols/Sametime/src/version.h +++ b/protocols/Sametime/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 7
#define __RELEASE_NUM 0
-#define __BUILD_NUM 0
+#define __BUILD_NUM 3
#include <stdver.h>
@@ -10,5 +10,5 @@ #define __DESCRIPTION "Implementation of instant messaging for the Lotus Sametime protocol."
#define __AUTHOR "Scott Ellis, Szymon Tokarz"
#define __AUTHOREMAIL "mail"/*antispam*/"@"/*antispam*/"scottellis.com.au, wsx22"/*antispam*/"@"/*antispam*/"o2.pl"
-#define __COPYRIGHT "© 2005 Scott Ellis, 2014 wsx22"
+#define __COPYRIGHT "© 2005 Scott Ellis, 2014-2016 wsx22"
#define __AUTHORWEB "http://miranda-ng.org/p/Sametime/"
|