diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/include/hal.h | 2 | ||||
-rw-r--r-- | os/nil/include/nil.h | 2 | ||||
-rw-r--r-- | os/rt/include/ch.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/include/hal.h b/os/hal/include/hal.h index 1fe9c7468..82771d8cd 100644 --- a/os/hal/include/hal.h +++ b/os/hal/include/hal.h @@ -101,7 +101,7 @@ /**
* @brief HAL version string.
*/
-#define HAL_VERSION "3.0.0p3"
+#define HAL_VERSION "3.0.0p4"
/**
* @brief HAL version major number.
diff --git a/os/nil/include/nil.h b/os/nil/include/nil.h index 6c5558cd0..2bf0a126e 100644 --- a/os/nil/include/nil.h +++ b/os/nil/include/nil.h @@ -61,7 +61,7 @@ typedef struct nil_thread thread_t; /**
* @brief Kernel version string.
*/
-#define CH_KERNEL_VERSION "1.0.0p3"
+#define CH_KERNEL_VERSION "1.0.0p4"
/**
* @brief Kernel version major number.
diff --git a/os/rt/include/ch.h b/os/rt/include/ch.h index a525ac553..85adda117 100644 --- a/os/rt/include/ch.h +++ b/os/rt/include/ch.h @@ -48,7 +48,7 @@ /**
* @brief Kernel version string.
*/
-#define CH_KERNEL_VERSION "3.0.0p3"
+#define CH_KERNEL_VERSION "3.0.0p4"
/**
* @brief Kernel version major number.
|