diff options
author | Goraf <goraf@miranda-ng.org> | 2013-10-11 20:53:23 +0000 |
---|---|---|
committer | Goraf <goraf@miranda-ng.org> | 2013-10-11 20:53:23 +0000 |
commit | 9b8ec8aeeb593644b053dc491818f37587293eae (patch) | |
tree | 0df68d63848d85b513db8a0f925e0b0e9fcf0ad2 /plugins/MagneticWindows/src/Version.h | |
parent | b4b33a756d9c5469007f3b4466a1cc21c6d2ddce (diff) |
* adopted
* compilable version
git-svn-id: http://svn.miranda-ng.org/main/trunk@6450 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MagneticWindows/src/Version.h')
-rw-r--r-- | plugins/MagneticWindows/src/Version.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/MagneticWindows/src/Version.h b/plugins/MagneticWindows/src/Version.h new file mode 100644 index 0000000000..681fda66a6 --- /dev/null +++ b/plugins/MagneticWindows/src/Version.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 3
+#define __BUILD_NUM 2
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "Magnetic Windows"
+#define __FILENAME "MagneticWindows.dll"
+#define __DESCRIPTION "Makes the main contactlist and the chat windows snapping to the desktop border and to each other."
+#define __AUTHOR "Michael Kunz"
+#define __AUTHOREMAIL "Michael.Kunz@s2005.TU-Cemnitz.de"
+#define __AUTHORWEB "http://miranda-ng.org/p/MagneticWindows/"
+#define __COPYRIGHT "© 2006 Michael Kunz"
|