diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-05-10 09:28:30 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-05-10 09:28:30 +0000 |
commit | b29ea624d53adbc50a9385c4e22d70c89a2a8e79 (patch) | |
tree | 4d40c148e17c279d221a0e1e54351b1840a48532 /protocols/Skype/src/version.h | |
parent | 89769e394468180e44d7d1c644ddf597a5799e3f (diff) |
- removed big size status icons
- fixed crash on unsuccessful login
- fixed crash on home tab in own profile info
git-svn-id: http://svn.miranda-ng.org/main/trunk@4617 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/version.h')
-rw-r--r-- | protocols/Skype/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Skype/src/version.h b/protocols/Skype/src/version.h index 0aff49cd7d..8ba9f70169 100644 --- a/protocols/Skype/src/version.h +++ b/protocols/Skype/src/version.h @@ -1,5 +1,5 @@ #define __MAJOR_VERSION 0
-#define __MINOR_VERSION 0
+#define __MINOR_VERSION 11
#define __RELEASE_NUM 0
#define __BUILD_NUM 1
@@ -17,4 +17,4 @@ #define __AUTHOR "unsane, mataes, ghazan"
#define __AUTHOREMAIL "mataes2007@gmail.com"
#define __AUTHORWEB "http://miranda-ng.org/"
-#define __COPYRIGHT "© 2012-2013 Unsane, Mataes"
+#define __COPYRIGHT "© 2012-2013 Miranda NG team"
|