diff options
author | George Hazan <george.hazan@gmail.com> | 2014-02-27 13:01:56 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-02-27 13:01:56 +0000 |
commit | 6d8eaf6e4309b3b6f371b8ebacd02b35b7060402 (patch) | |
tree | c967d509437fd0fb98da789df6fc727e7685ff29 /plugins/MyDetails/src/Version.h | |
parent | fea1a946a6a38f8eb999fe9646f6eac11bebd9c5 (diff) |
fix for a crash in MyDetails + NAS
git-svn-id: http://svn.miranda-ng.org/main/trunk@8289 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MyDetails/src/Version.h')
-rw-r--r-- | plugins/MyDetails/src/Version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MyDetails/src/Version.h b/plugins/MyDetails/src/Version.h index cf18322645..5d948e087f 100644 --- a/plugins/MyDetails/src/Version.h +++ b/plugins/MyDetails/src/Version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
-#define __RELEASE_NUM 1
-#define __BUILD_NUM 11
+#define __RELEASE_NUM 1
+#define __BUILD_NUM 12
#include <stdver.h>
|