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.
Diff: inc/mbed_version.h
- Revision:
- 52:d32ea3dfc8ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/inc/mbed_version.h Wed Feb 19 09:07:35 2020 +0000 @@ -0,0 +1,29 @@ +/* +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 ADMW_MBED_MAJOR 0x01 +#define ADMW_MBED_MINOR 0x01 +#define ADMW_MBED_BUILD 0x0001 + + +#endif \ No newline at end of file