diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-08 15:52:31 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-08 15:52:31 +0000 |
commit | 1dfd0815d2d6f2d5c66e059d9cc647d99c1cbb93 (patch) | |
tree | 6ecd9cdd85bdfe2590700173afda6e7b01192c81 /plugins/DbEditorPP/src/Version.h | |
parent | 297742b7868ed4b757ed04bf71a74f164c1db39f (diff) |
Dbeditor++: fix for the crippled group names in import
git-svn-id: http://svn.miranda-ng.org/main/trunk@12677 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbEditorPP/src/Version.h')
-rw-r--r-- | plugins/DbEditorPP/src/Version.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/plugins/DbEditorPP/src/Version.h b/plugins/DbEditorPP/src/Version.h index ed3dc3d8e1..053c14ebcd 100644 --- a/plugins/DbEditorPP/src/Version.h +++ b/plugins/DbEditorPP/src/Version.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 3
-#define __MINOR_VERSION 2
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 1
+#define __MAJOR_VERSION 3
+#define __MINOR_VERSION 2
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 2
#include <stdver.h>
-#define __PLUGIN_NAME "Database editor++"
-#define __FILENAME "DbEditorPP.dll"
-#define __DESCRIPTION "Advanced Database Editor."
-#define __AUTHOR "Bio, Jonathan Gordon"
-#define __AUTHOREMAIL "bio@msx.ru, jdgordy@gmail.com"
-#define __AUTHORWEB "http://miranda-ng.org/p/DbEditorPP/"
-#define __COPYRIGHT "© 2003-2011 Bio, Jonathan Gordon"
+#define __PLUGIN_NAME "Database editor++"
+#define __FILENAME "DbEditorPP.dll"
+#define __DESCRIPTION "Advanced Database Editor."
+#define __AUTHOR "Bio, Jonathan Gordon"
+#define __AUTHOREMAIL "bio@msx.ru, jdgordy@gmail.com"
+#define __AUTHORWEB "http://miranda-ng.org/p/DbEditorPP/"
+#define __COPYRIGHT "© 2003-2011 Bio, Jonathan Gordon"
|