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.
simple-mbed-cloud-client/mbed-cloud-client/mbed-client-pal/pal_version.h@0:6b753f761943, 2018-10-12 (annotated)
- Committer:
- JimCarver
- Date:
- Fri Oct 12 21:22:49 2018 +0000
- Revision:
- 0:6b753f761943
Initial commit
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| JimCarver | 0:6b753f761943 | 1 | /******************************************************************************* |
| JimCarver | 0:6b753f761943 | 2 | * Copyright 2016, 2017 ARM Ltd. |
| JimCarver | 0:6b753f761943 | 3 | * |
| JimCarver | 0:6b753f761943 | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| JimCarver | 0:6b753f761943 | 5 | * you may not use this file except in compliance with the License. |
| JimCarver | 0:6b753f761943 | 6 | * You may obtain a copy of the License at |
| JimCarver | 0:6b753f761943 | 7 | * |
| JimCarver | 0:6b753f761943 | 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| JimCarver | 0:6b753f761943 | 9 | * |
| JimCarver | 0:6b753f761943 | 10 | * Unless required by applicable law or agreed to in writing, software |
| JimCarver | 0:6b753f761943 | 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| JimCarver | 0:6b753f761943 | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| JimCarver | 0:6b753f761943 | 13 | * See the License for the specific language governing permissions and |
| JimCarver | 0:6b753f761943 | 14 | * limitations under the License. |
| JimCarver | 0:6b753f761943 | 15 | *******************************************************************************/ |
| JimCarver | 0:6b753f761943 | 16 | #define PAL_VERSION_MAJOR 1 |
| JimCarver | 0:6b753f761943 | 17 | #define PAL_VERSION_MINOR 2 |
| JimCarver | 0:6b753f761943 | 18 | #define PAL_VERSION_PATCH 1 |
| JimCarver | 0:6b753f761943 | 19 | #define PAL_VERSION PAL_VERSION_MAJOR##PAL_VERSION_MINOR##PAL_VERSION_PATCH |
| JimCarver | 0:6b753f761943 | 20 | |
| JimCarver | 0:6b753f761943 | 21 |