diff options
author | George Hazan <george.hazan@gmail.com> | 2014-08-16 19:59:01 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-08-16 19:59:01 +0000 |
commit | 6dafafff687049aaabe42a6bc15b70835467abca (patch) | |
tree | d615e4f1aa861ae05f72205dbfdcb85f200030f8 /plugins/Import/src/version.h | |
parent | 34db4ad88071f540981c6e33bde9107473afa6aa (diff) |
Import: ability to import missing accounts & map them if they have different names
git-svn-id: http://svn.miranda-ng.org/main/trunk@10207 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Import/src/version.h')
-rw-r--r-- | plugins/Import/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Import/src/version.h b/plugins/Import/src/version.h index b3b9385a46..dda2b434ea 100644 --- a/plugins/Import/src/version.h +++ b/plugins/Import/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 95
#define __RELEASE_NUM 3
-#define __BUILD_NUM 1
+#define __BUILD_NUM 2
#include <stdver.h>
|