diff options
author | George Hazan <george.hazan@gmail.com> | 2014-08-11 13:57:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-08-11 13:57:21 +0000 |
commit | 579dbd890eace38528a9799def3c2cffc38bb86c (patch) | |
tree | c14745899c51db0c4b469830dba3dfeee9e16147 /plugins/Import/src/version.h | |
parent | e6b2c1aafe3e877e3a6a90df006887d0b5f59f3d (diff) |
o-ok, let's complete 0.95's roadmap considering import
initial commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@10153 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Import/src/version.h')
-rw-r--r-- | plugins/Import/src/version.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/plugins/Import/src/version.h b/plugins/Import/src/version.h index 3b136ef5d3..b3b9385a46 100644 --- a/plugins/Import/src/version.h +++ b/plugins/Import/src/version.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 11
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 1
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 95
+#define __RELEASE_NUM 3
+#define __BUILD_NUM 1
#include <stdver.h>
-#define __PLUGIN_NAME "Import contacts and messages"
-#define __FILENAME "Import.dll"
-#define __DESCRIPTION "Imports contacts and messages from another Miranda profile or from an external program."
-#define __AUTHOR "Miranda team"
-#define __AUTHOREMAIL "info@miranda-im.org"
-#define __AUTHORWEB "http://miranda-ng.org/p/Import/"
-#define __COPYRIGHT "© 2000-2010 Martin \xd6" "berg, Richard Hughes, Dmitry Kuzkin, George Hazan"
+#define __PLUGIN_NAME "Import contacts and messages"
+#define __FILENAME "Import.dll"
+#define __DESCRIPTION "Imports contacts and messages from another Miranda profile or from an external program."
+#define __AUTHOR "Miranda team"
+#define __AUTHOREMAIL "info@miranda-im.org"
+#define __AUTHORWEB "http://miranda-ng.org/p/Import/"
+#define __COPYRIGHT "© 2012-2014 George Hazan"
|