summaryrefslogtreecommitdiff
path: root/plugins/Non-IM Contact/src/Version.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-05-28 15:42:01 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-05-28 15:42:01 +0000
commitdbea29eeae016a4a48b91b954f3a4e93ca4072f7 (patch)
tree850a1ba65195fa3900143bfba4ae3c2b3855ea5d /plugins/Non-IM Contact/src/Version.h
parent70aa67d368abc8ba2b9a03213bad7be1fcad40bf (diff)
unsafe strncat removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@13872 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Non-IM Contact/src/Version.h')
-rw-r--r--plugins/Non-IM Contact/src/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Non-IM Contact/src/Version.h b/plugins/Non-IM Contact/src/Version.h
index 7bf09fc022..0f0a930370 100644
--- a/plugins/Non-IM Contact/src/Version.h
+++ b/plugins/Non-IM Contact/src/Version.h
@@ -1,7 +1,7 @@
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 6
#define __RELEASE_NUM 0
-#define __BUILD_NUM 2
+#define __BUILD_NUM 3
#include <stdver.h>