diff options
author | George Hazan <george.hazan@gmail.com> | 2015-03-19 22:25:22 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-03-19 22:25:22 +0000 |
commit | 886d5e6f982d65f8d4f9a13ec52cce049fe4757f (patch) | |
tree | 8d84d6b4e49007629dd6fe094d10e6eea3431299 /plugins/Import/src/version.h | |
parent | 347b63f23b40b403470d9636d691337cf8713e54 (diff) |
Import: an option added to support profile mirroring (precise copy)
git-svn-id: http://svn.miranda-ng.org/main/trunk@12438 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Import/src/version.h')
-rw-r--r-- | plugins/Import/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Import/src/version.h b/plugins/Import/src/version.h index ef02658ff6..53912d96e5 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 4
+#define __RELEASE_NUM 4
+#define __BUILD_NUM 1
#include <stdver.h>
|