From ee2285b589bb4661595731f18e28b5e0d0ab87f7 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 13 Jun 2009 09:34:56 +0000 Subject: [PATCH] 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 --- docs/Doxyfile | 2 +- src/include/ch.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index 779991eef..cc6d1ff51 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -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.2.2 +PROJECT_NUMBER = 1.2.3 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/src/include/ch.h b/src/include/ch.h index 6c7aec802..84a597011 100644 --- a/src/include/ch.h +++ b/src/include/ch.h @@ -42,7 +42,7 @@ /** * Kernel version string. */ -#define CH_KERNEL_VERSION "1.2.2" +#define CH_KERNEL_VERSION "1.2.3" /** * Kernel version major number. @@ -57,7 +57,7 @@ /** * Kernel version patch number. */ -#define CH_KERNEL_PATCH 2 +#define CH_KERNEL_PATCH 3 /* * Common values.