git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7611 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2015-01-06 16:33:04 +00:00
parent c5c9353f2e
commit ac5ec14ebb
1 changed files with 3 additions and 3 deletions

View File

@ -46,10 +46,10 @@ typedef struct nil_thread thread_t;
*/
#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_MINOR 1
#define CH_KERNEL_MAJOR 1
#define CH_KERNEL_MINOR 0
#define CH_KERNEL_PATCH 0
/** @} */