From 1bb9a86b26d3a9964844d42fa25690ce0a028258 Mon Sep 17 00:00:00 2001 From: Dmitry Kuzkin Date: Thu, 18 Jun 2015 12:36:07 +0000 Subject: true unicode build (ansi build is possible but useless) new search/replace dialog edit improvements (type check) resident settings support (fully resident modules are still invisible) remove obsolete things code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@14243 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/DbEditorPP/src/Version.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins/DbEditorPP/src/Version.h') diff --git a/plugins/DbEditorPP/src/Version.h b/plugins/DbEditorPP/src/Version.h index 053c14ebcd..1065e6fbb0 100644 --- a/plugins/DbEditorPP/src/Version.h +++ b/plugins/DbEditorPP/src/Version.h @@ -1,7 +1,7 @@ -#define __MAJOR_VERSION 3 -#define __MINOR_VERSION 2 +#define __MAJOR_VERSION 4 +#define __MINOR_VERSION 0 #define __RELEASE_NUM 0 -#define __BUILD_NUM 2 +#define __BUILD_NUM 0 #include @@ -9,6 +9,6 @@ #define __FILENAME "DbEditorPP.dll" #define __DESCRIPTION "Advanced Database Editor." #define __AUTHOR "Bio, Jonathan Gordon" -#define __AUTHOREMAIL "bio@msx.ru, jdgordy@gmail.com" +#define __AUTHOREMAIL "bio@ktaspb.ru, jdgordy@gmail.com" #define __AUTHORWEB "http://miranda-ng.org/p/DbEditorPP/" -#define __COPYRIGHT "© 2003-2011 Bio, Jonathan Gordon" +#define __COPYRIGHT "© 2003-2015 Bio, Jonathan Gordon" -- cgit v1.2.3