diff options
author | George Hazan <ghazan@miranda.im> | 2017-05-20 21:07:04 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-05-20 21:07:04 +0300 |
commit | f81688b2ca172fd4d39f365d26d2a0efa3c613f6 (patch) | |
tree | 04199731bdc5f54685a832ee8a4d902d11bc1c6f /protocols/MSN/src/version.h | |
parent | 26e399a134e9c891ad6e8a2f59a0b6216b28169b (diff) |
MSN: crash fix for extra-long auth tokens
Diffstat (limited to 'protocols/MSN/src/version.h')
-rw-r--r-- | protocols/MSN/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MSN/src/version.h b/protocols/MSN/src/version.h index 5277e31e30..597dbd6529 100644 --- a/protocols/MSN/src/version.h +++ b/protocols/MSN/src/version.h @@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define __MAJOR_VERSION 0
#define __MINOR_VERSION 12
#define __RELEASE_NUM 1
-#define __BUILD_NUM 4
+#define __BUILD_NUM 5
#include <stdver.h>
|