Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
inc/mbedVersion.h
- Committer:
- Vkadaba
- Date:
- 2020-04-14
- Revision:
- 66:cc7069bc0ead
- Parent:
- 57:c6275de14bc5
- Child:
- 72:35ea0b4e725b
File content as of revision 66:cc7069bc0ead:
/* Copyright (c) 2019 by ADI. This model is the confidential and proprietary property of ADI and the possession or use of this file requires a written license. * *****************************************************************************/ /*! ****************************************************************************** * @file: * @brief: Placeholder for revision numbers *----------------------------------------------------------------------------- */ #ifndef __VERSION_H__ #define __VERSION_H__ /* * Use a 32-bit versioning scheme that supports numerical compares * Version number is read as MAJOR.MINOR build, e.g. * 1.12 build 55 * Note: numbering format is binary coded decimal for ease of reading in debug * environment. */ #define MBED_HOST_MAJOR 0x01 #define MBED_HOST_MINOR 0x17 #define MBED_HOST_BUILD 0x0075 #endif