diff options
author | Robert Pösel <robyer@seznam.cz> | 2017-03-23 20:37:38 +0100 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2017-03-23 20:37:38 +0100 |
commit | 43ba08f91ea6e7a32e4a11418c434e1ea36314c8 (patch) | |
tree | 4ac0e977da30678716ef0841ae989d4e244e1be3 /protocols/MSN/src/version.h | |
parent | 61fde2711609ea8a2f1005f21d9ec4502044bce1 (diff) |
MSN: Raised password length limit to 99 chars (fixes #658)
It might be rewritten better to remove any limit though.
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 dc1e361c94..5277e31e30 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 3
+#define __BUILD_NUM 4
#include <stdver.h>
|