git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7611 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
c5c9353f2e
commit
ac5ec14ebb
|
@ -46,10 +46,10 @@ typedef struct nil_thread thread_t;
|
||||||
*/
|
*/
|
||||||
#define _NIL_ /**< @brief Nil RTOS identification.*/
|
#define _NIL_ /**< @brief Nil RTOS identification.*/
|
||||||
|
|
||||||
#define CH_KERNEL_VERSION "0.1.0alpha"
|
#define CH_KERNEL_VERSION "1.0.0dev"
|
||||||
|
|
||||||
#define CH_KERNEL_MAJOR 0
|
#define CH_KERNEL_MAJOR 1
|
||||||
#define CH_KERNEL_MINOR 1
|
#define CH_KERNEL_MINOR 0
|
||||||
#define CH_KERNEL_PATCH 0
|
#define CH_KERNEL_PATCH 0
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue