Updated version numbers.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_1.2.x@1030 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2009-06-13 09:34:56 +00:00
parent 0c9c5c7a0d
commit ee2285b589
2 changed files with 3 additions and 3 deletions

View File

@ -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.2 PROJECT_NUMBER = 1.2.3
# 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.

View File

@ -42,7 +42,7 @@
/** /**
* Kernel version string. * Kernel version string.
*/ */
#define CH_KERNEL_VERSION "1.2.2" #define CH_KERNEL_VERSION "1.2.3"
/** /**
* Kernel version major number. * Kernel version major number.
@ -57,7 +57,7 @@
/** /**
* Kernel version patch number. * Kernel version patch number.
*/ */
#define CH_KERNEL_PATCH 2 #define CH_KERNEL_PATCH 3
/* /*
* Common values. * Common values.