22 lines
461 B
C
22 lines
461 B
C
/*
|
|
* YMMVersion.h
|
|
*
|
|
* This file is a part of the AppMetrica
|
|
*
|
|
* Version for iOS © 2017 YANDEX
|
|
*
|
|
* You may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at http://legal.yandex.com/metrica_termsofuse/
|
|
*/
|
|
|
|
#ifndef __YMM_VERSION_H__
|
|
#define __YMM_VERSION_H__
|
|
|
|
#define YMM_VERSION_MAJOR 2
|
|
#define YMM_VERSION_MINOR 9
|
|
#define YMM_VERSION_PATCH 1
|
|
|
|
#define YMM_BUILD_NUMBER 8517
|
|
|
|
#endif // __YMM_VERSION_H__
|