diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-07 20:06:17 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-07 20:06:17 +0000 |
commit | 8bf6eec3ce7b06af557fa83fe3314441fac0ebbe (patch) | |
tree | 0885f90d35ca6e0c3000565a3e8a439878a0ca10 /protocols/AimOscar/version.h | |
parent | 8630c0fa2406c00839513d438c3d9c21bcf4761c (diff) |
AIM:
m_version path fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@830 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/version.h')
-rw-r--r-- | protocols/AimOscar/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/AimOscar/version.h b/protocols/AimOscar/version.h index 02c1bf283b..37c79beed3 100644 --- a/protocols/AimOscar/version.h +++ b/protocols/AimOscar/version.h @@ -15,7 +15,7 @@ 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/>.
*/
-#include "../../include/m_version.h"
+#include "m_version.h"
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING MIRANDA_VERSION_STRING
|