diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-13 09:07:09 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-13 09:07:09 +0000 |
commit | 6860b3202f3c8218288fad2778529ba76463015c (patch) | |
tree | bed312a64412639bcb691fb513efea4a28db04c8 /protocols/MSN/src/version.h | |
parent | de6eb3e4bc30eff928dc932c03812ede3077926a (diff) |
MSN: folders restructurization
git-svn-id: http://svn.miranda-ng.org/main/trunk@1901 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN/src/version.h')
-rw-r--r-- | protocols/MSN/src/version.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/protocols/MSN/src/version.h b/protocols/MSN/src/version.h new file mode 100644 index 0000000000..cb78075b09 --- /dev/null +++ b/protocols/MSN/src/version.h @@ -0,0 +1,21 @@ +/*
+Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
+Copyright (c) 2008-2009 Boris Krasnovskiy.
+
+This program is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License
+as published by the Free Software Foundation; either version 2
+of the License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+#define __FILEVERSION_STRING 0,11,0,1
+#define __VERSION_STRING "0.11.0.1"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 11, 0, 1)
|