summaryrefslogtreecommitdiff
path: root/plugins/Db_autobackups/src/version.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-07-23 06:41:38 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-07-23 06:41:38 +0000
commit9126d2b133d00b836fca640f847a0948f7579e02 (patch)
tree7e915c08cc0e52aaa6244e709acffa91a31715a3 /plugins/Db_autobackups/src/version.h
parent33e535df429971555b212f4abaff1b6adb8e7c23 (diff)
Db3x_mmap,Db_autobackups: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@1107 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups/src/version.h')
-rw-r--r--plugins/Db_autobackups/src/version.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/Db_autobackups/src/version.h b/plugins/Db_autobackups/src/version.h
new file mode 100644
index 0000000000..e7151dfccb
--- /dev/null
+++ b/plugins/Db_autobackups/src/version.h
@@ -0,0 +1,8 @@
+#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_NAME __PLUGIN_NAME_BASE
+#define __PLUGIN_DESC __PLUGIN_NAME_BASE " plugin."
+#define __COPYRIGHTS "© 2005-2011 chaos.persei, sje, Kildor, Billy_Bons, Vasilich"