Updated version numbers to 1.1.3.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@860 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
gdisirio 2009-03-31 15:06:38 +00:00
parent d209f631a5
commit 6a425508b8
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
# if some version control system is used.
PROJECT_NUMBER = 1.1.2unstable
PROJECT_NUMBER = 1.1.3unstable
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.

View File

@ -35,7 +35,7 @@
/**
* Kernel version string.
*/
#define CH_KERNEL_VERSION "1.1.2unstable"
#define CH_KERNEL_VERSION "1.1.3unstable"
/**
* Kernel version major number.
@ -50,7 +50,7 @@
/**
* Kernel version patch number.
*/
#define CH_KERNEL_PATCH 2
#define CH_KERNEL_PATCH 3
/*
* Common values.