summaryrefslogtreecommitdiff
path: root/plugins/Db_autobackups/src/version.h
blob: 734b574a7da1a6592f4d0698a262b7dbacf988cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define __MAJOR_VERSION				0
#define __MINOR_VERSION				0
#define __RELEASE_NUM				0
#define __BUILD_NUM					8

#define __FILEVERSION_STRING		__MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM

#define __PLUGIN_NAME				"Db autobackuper"
#define __FILENAME					"Db_autobackups.dll"
#define __DESCRIPTION 				"Db autobackuper plugin."
#define __AUTHOR					"chaos.persei, sje, Kildor, Billy_Bons"
#define __AUTHOREMAIL				"chaos.persei@gmail.com"
#define __AUTHORWEB					"http://miranda-ng.org/p/Db_autobackups/"
#define __COPYRIGHT					"© 2005-2011 chaos.persei, sje, Kildor, Billy_Bons, Vasilich"