This repository was archived by the owner on Mar 31, 2023. It is now read-only.
Commit f881a27
committed
core: add STM8 core version number
Based on Semantic Versioning 2.0.0 (https://semver.org/)
This will ease core dependencies.
* STM8_CORE_VERSION_MAJOR -> major version
* STM8_CORE_VERSION_MINOR -> minor version
* STM8_CORE_VERSION_PATCH -> patch version
* STM8_CORE_VERSION_EXTRA -> Extra label
with:
- 0: official release
- [1-9]: release candidate
- F[0-9]: development
* STM8_CORE_VERSION --> Full version number
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>1 parent 79dd61d commit f881a27
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
4 | 22 | | |
5 | 23 | | |
6 | 24 | | |
| |||
0 commit comments