diff options
author | George Hazan <ghazan@miranda.im> | 2017-12-06 21:00:46 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-12-06 21:00:46 +0300 |
commit | ea2a9da5baf7cb97a3abc49bbf0aaf5ba808cc96 (patch) | |
tree | d5863814cf1799bfe53b3365662a44bdf7d45cd3 /protocols/MSN/src/version.h | |
parent | 06c947f7fd72e03b51c9586493dd9d3ad902db9c (diff) |
fixes #1045 (old unused shit removed from MSN)
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 0836b0d939..c09ba146f9 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 14
#define __RELEASE_NUM 0
-#define __BUILD_NUM 1
+#define __BUILD_NUM 2
#include <stdver.h>
|