Revision c5818ac1 amiroos.h
| amiroos.h | ||
|---|---|---|
| 33 | 33 |
* @brief The type of this version. |
| 34 | 34 |
* @note Is one of "pre-alpha", "alpha", "beta", "release candidate", "release". |
| 35 | 35 |
*/ |
| 36 |
#define AMIROOS_RELEASE_TYPE "release candidate"
|
|
| 36 |
#define AMIROOS_RELEASE_TYPE "pre-alpha"
|
|
| 37 | 37 |
|
| 38 | 38 |
/** |
| 39 | 39 |
* @brief The operating system major version. |
| ... | ... | |
| 45 | 45 |
* @brief The operating system minor version. |
| 46 | 46 |
* @note A higher minor version implies new functionalty, but all old interfaces are still available. |
| 47 | 47 |
*/ |
| 48 |
#define AMIROOS_VERSION_MINOR 0
|
|
| 48 |
#define AMIROOS_VERSION_MINOR 1
|
|
| 49 | 49 |
|
| 50 | 50 |
/** |
| 51 | 51 |
* @brief The operating system patch level. |
Also available in: Unified diff