diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-07 20:11:52 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-07 20:11:52 +0000 |
commit | cc07db243d8983bc25fb84bc70429bb112568f90 (patch) | |
tree | b762b98aeb3e5fd20aa8ba53f165211290f00ed6 /protocols/JabberG/version.h | |
parent | 498999aac9e0077b9b52d5f5e15834798b03b7d0 (diff) |
Jabber:
m_version path fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@834 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/version.h')
-rw-r--r-- | protocols/JabberG/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/version.h b/protocols/JabberG/version.h index 826d9fdefb..2d10138fcf 100644 --- a/protocols/JabberG/version.h +++ b/protocols/JabberG/version.h @@ -1,4 +1,4 @@ -#include "../../include/m_version.h"
+#include "m_version.h"
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING MIRANDA_VERSION_STRING
|