diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-23 16:52:53 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-23 16:52:53 +0000 |
commit | 7a0f39abf558c7dde715a87d9356d92275d5d34e (patch) | |
tree | 17c991c60653275ece597943ab30885aa9feb02a /plugins/Clist_classic/version.h | |
parent | 2f56dcad8e7dccc129765a24a96861f8ce5ffeea (diff) |
Clist renamed to Clist_classic
git-svn-id: http://svn.miranda-ng.org/main/trunk@572 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_classic/version.h')
-rw-r--r-- | plugins/Clist_classic/version.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/Clist_classic/version.h b/plugins/Clist_classic/version.h new file mode 100644 index 0000000000..58f9cf348c --- /dev/null +++ b/plugins/Clist_classic/version.h @@ -0,0 +1,5 @@ +#include <m_version.h>
+
+#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
+#define __VERSION_STRING MIRANDA_VERSION_STRING
+#define __VERSION_DWORD MIRANDA_VERSION_DWORD
|