Start of the 1.3.x unstable branch.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@879 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
b8432bd232
commit
3324f1f5af
|
@ -31,7 +31,7 @@ PROJECT_NAME = ChibiOS/RT
|
||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# if some version control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 1.2.0
|
PROJECT_NUMBER = 1.3.0
|
||||||
|
|
||||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||||
# base path where the generated documentation will be put.
|
# base path where the generated documentation will be put.
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
/**
|
/**
|
||||||
* Kernel version string.
|
* Kernel version string.
|
||||||
*/
|
*/
|
||||||
#define CH_KERNEL_VERSION "1.2.0"
|
#define CH_KERNEL_VERSION "1.3.0unstable"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Kernel version major number.
|
* Kernel version major number.
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
/**
|
/**
|
||||||
* Kernel version minor number.
|
* Kernel version minor number.
|
||||||
*/
|
*/
|
||||||
#define CH_KERNEL_MINOR 2
|
#define CH_KERNEL_MINOR 3
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Kernel version patch number.
|
* Kernel version patch number.
|
||||||
|
|
Loading…
Reference in New Issue