summaryrefslogtreecommitdiff
path: root/plugins/Msg_Export/src/Version.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-10-14 11:43:50 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-10-14 11:43:50 +0000
commitdc81b8ba64f571c92645e0ef0dcdbf5c3f209f28 (patch)
treed477768006c93c8ff11b0e9e66b10ac1ffd61c83 /plugins/Msg_Export/src/Version.h
parenta80da4fa81421d40a435561ddb62ad2be3e63bf2 (diff)
fix for bug #754 (MsgExport write in text file nick as (Unknown Contact))
git-svn-id: http://svn.miranda-ng.org/main/trunk@15554 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export/src/Version.h')
-rw-r--r--plugins/Msg_Export/src/Version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Msg_Export/src/Version.h b/plugins/Msg_Export/src/Version.h
index aaf3569ca3..be91303528 100644
--- a/plugins/Msg_Export/src/Version.h
+++ b/plugins/Msg_Export/src/Version.h
@@ -1,7 +1,7 @@
#define __MAJOR_VERSION 3
#define __MINOR_VERSION 1
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 3
+#define __RELEASE_NUM 1
+#define __BUILD_NUM 4
#include <stdver.h>