From 7c15cc9cba14bf3c8e66cc9b8b83297abe824c10 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 6 Mar 2016 08:25:47 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@9031 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- doc/hal/Doxyfile_chm | 2 +- doc/hal/Doxyfile_html | 2 +- os/hal/include/hal.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/hal/Doxyfile_chm b/doc/hal/Doxyfile_chm index bbae6090b..57e13d4ae 100644 --- a/doc/hal/Doxyfile_chm +++ b/doc/hal/Doxyfile_chm @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/HAL # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 4.0.3 +PROJECT_NUMBER = 4.0.4 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/doc/hal/Doxyfile_html b/doc/hal/Doxyfile_html index 9f8794ea2..781db3888 100644 --- a/doc/hal/Doxyfile_html +++ b/doc/hal/Doxyfile_html @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/HAL # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 4.0.3 +PROJECT_NUMBER = 4.0.4 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/os/hal/include/hal.h b/os/hal/include/hal.h index 5b89b7957..fb95ad660 100644 --- a/os/hal/include/hal.h +++ b/os/hal/include/hal.h @@ -103,7 +103,7 @@ /** * @brief HAL version string. */ -#define HAL_VERSION "4.0.3" +#define HAL_VERSION "4.0.4" /** * @brief HAL version major number. @@ -118,7 +118,7 @@ /** * @brief HAL version patch number. */ -#define CH_HAL_PATCH 3 +#define CH_HAL_PATCH 4 /** @} */ /**