From f1b2e090d9a10b4fc6dc7326856cb5be81a1d4d8 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sun, 30 Mar 2014 11:03:57 +0000 Subject: Steam: init commit git-svn-id: http://svn.miranda-ng.org/main/trunk@8790 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Steam/src/version.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 protocols/Steam/src/version.h (limited to 'protocols/Steam/src/version.h') diff --git a/protocols/Steam/src/version.h b/protocols/Steam/src/version.h new file mode 100644 index 0000000000..2b784aded8 --- /dev/null +++ b/protocols/Steam/src/version.h @@ -0,0 +1,15 @@ +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 11 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 1 + +#include + +#define __PLUGIN_NAME "Steam Protocol" +#define __INTERNAL_NAME "Steam" +#define __FILENAME "steam.dll" +#define __DESCRIPTION "Steam protocol support for Miranda NG." +#define __AUTHOR "unsane" +#define __AUTHOREMAIL "" +#define __AUTHORWEB "http://miranda-ng.org/p/Steam/" +#define __COPYRIGHT "© 2014 Miranda NG team" -- cgit v1.2.3