diff options
author | George Hazan <george.hazan@gmail.com> | 2014-08-18 13:25:06 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-08-18 13:25:06 +0000 |
commit | abf173b5523410a3654c710f96bb0966982efd43 (patch) | |
tree | f965fdd960bac20e5d1fb1b02ec7505462bf5ecc /protocols/MSN/src/version.h | |
parent | cce5649ad860c44bbc31fa04f152c247b21c2653 (diff) |
patch for CRITICAL_SECTION extinction in MSN
git-svn-id: http://svn.miranda-ng.org/main/trunk@10227 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN/src/version.h')
-rw-r--r-- | protocols/MSN/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/MSN/src/version.h b/protocols/MSN/src/version.h index 5730b096e0..f3f5952fe3 100644 --- a/protocols/MSN/src/version.h +++ b/protocols/MSN/src/version.h @@ -20,8 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 3
+#define __RELEASE_NUM 1
+#define __BUILD_NUM 1
#include <stdver.h>
|