diff options
Diffstat (limited to 'Dbx_mmap_SA/db_autobackups/version.h')
-rw-r--r-- | Dbx_mmap_SA/db_autobackups/version.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Dbx_mmap_SA/db_autobackups/version.h b/Dbx_mmap_SA/db_autobackups/version.h deleted file mode 100644 index 37c48dd..0000000 --- a/Dbx_mmap_SA/db_autobackups/version.h +++ /dev/null @@ -1,16 +0,0 @@ -#define __FILEVERSION_STRING 0,0,0,8
-#define __VERSION_STRING "0.0.0.8"
-#define __VERSION_DWORD 0x00000008
-
-#define __PLUGIN_NAME_BASE "DB Autobackuper"
-#define __PLUGIN_DESC __PLUGIN_NAME_BASE " plugin."
-#define __COPYRIGHTS "© 2005-2011 chaos.persei, sje, Kildor, Billy_Bons, Vasilich"
-
-#if defined (_WIN64)
-#define __PLUGIN_NAME __PLUGIN_NAME_BASE " (x64)"
-#elif (UNICODE)
-#define __PLUGIN_NAME __PLUGIN_NAME_BASE " (Unicode)"
-#else
-#define __PLUGIN_NAME __PLUGIN_NAME_BASE
-#endif
-
|