diff options
| author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-31 18:31:22 +0000 | 
|---|---|---|
| committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-31 18:31:22 +0000 | 
| commit | 0ea13a4872aa7bace03f5a638ae4dd8173f52fb8 (patch) | |
| tree | a8e2ea6cd2da91fffc11d4ef4de0870756adf163 /plugins/Dbrw/Version.h | |
| parent | 51b498a8a1a1a15580aa916f84b11d1f65493370 (diff) | |
Goodbye Dbrw
git-svn-id: http://svn.miranda-ng.org/main/trunk@248 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbrw/Version.h')
| -rw-r--r-- | plugins/Dbrw/Version.h | 29 | 
1 files changed, 0 insertions, 29 deletions
diff --git a/plugins/Dbrw/Version.h b/plugins/Dbrw/Version.h deleted file mode 100644 index a520e6f7a6..0000000000 --- a/plugins/Dbrw/Version.h +++ /dev/null @@ -1,29 +0,0 @@ -#define __MAJOR_VERSION				1
 -#define __MINOR_VERSION				4
 -#define __RELEASE_NUM				0
 -#define __BUILD_NUM					0
 -
 -#define __FILEVERSION_STRING		__MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
 -#define __FILEVERSION_DOTS			__MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
 -
 -#define __STRINGIFY_IMPL(x)			#x
 -#define __STRINGIFY(x)				__STRINGIFY_IMPL(x)
 -#define __VERSION_STRING			__STRINGIFY(__FILEVERSION_DOTS)
 -
 -#ifdef _UNICODE
 -#if defined(WIN64) || defined(_WIN64)
 -	#define __PLUGIN_NAME "dbRW x64"
 -#else
 -	#define __PLUGIN_NAME "dbRW (Unicode)"
 -#endif
 -#else
 -	#define __PLUGIN_NAME "dbRW"
 -#endif
 -#define __INTERNAL_NAME				"dbRW"
 -#define __FILENAME					"dbRW.dll"
 -#define __DESCRIPTION 				"dbRW Database Driver for Miranda IM."
 -#define __DESCR		 				"Miranda IM database driver engine powered by SQLite v"
 -#define __AUTHOR					"Robert Rainwater"
 -#define __AUTHOREMAIL				"rainwater@miranda-im.org"
 -#define __AUTHORWEB					"http://www.miranda-im.org/"
 -#define __COPYRIGHT					"© 2005-2011 Robert Rainwater"
  | 
