diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-03-16 16:38:42 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-03-16 16:38:42 +0000 |
commit | 0d8eb878378f5e87a369177e9db4ba584e937608 (patch) | |
tree | a06169aa6bf3a50a32fb6c125d232c570c0a374a | |
parent | d2228809d1e2232362f6f951bc1667057a5d0b00 (diff) | |
download | ChibiOS-0d8eb878378f5e87a369177e9db4ba584e937608.tar.gz ChibiOS-0d8eb878378f5e87a369177e9db4ba584e937608.tar.bz2 ChibiOS-0d8eb878378f5e87a369177e9db4ba584e937608.zip |
Updated version numbers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12702 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
-rw-r--r-- | doc/full_rm/Doxyfile_html | 2 | ||||
-rw-r--r-- | doc/hal-stm32f3/Doxyfile_html | 2 | ||||
-rw-r--r-- | doc/hal/Doxyfile_chm | 2 | ||||
-rw-r--r-- | doc/hal/Doxyfile_html | 2 | ||||
-rw-r--r-- | doc/rt/Doxyfile_chm | 2 | ||||
-rw-r--r-- | doc/rt/Doxyfile_html | 2 | ||||
-rw-r--r-- | os/ex/include/ex.h | 4 | ||||
-rw-r--r-- | os/hal/include/hal.h | 4 | ||||
-rw-r--r-- | os/license/chversion.h | 6 | ||||
-rw-r--r-- | os/oslib/include/chlib.h | 4 | ||||
-rw-r--r-- | os/rt/include/ch.h | 4 | ||||
-rw-r--r-- | readme.txt | 4 |
12 files changed, 19 insertions, 19 deletions
diff --git a/doc/full_rm/Doxyfile_html b/doc/full_rm/Doxyfile_html index 77b569bc2..378f47a17 100644 --- a/doc/full_rm/Doxyfile_html +++ b/doc/full_rm/Doxyfile_html @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS # could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 19.1.0
+PROJECT_NUMBER = 19.1.1
# 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-stm32f3/Doxyfile_html b/doc/hal-stm32f3/Doxyfile_html index 6aaaeff83..c4b6dbbc6 100644 --- a/doc/hal-stm32f3/Doxyfile_html +++ b/doc/hal-stm32f3/Doxyfile_html @@ -38,7 +38,7 @@ PROJECT_NAME = "ChibiOS/HAL for STM32F3xx" # could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 5.0.0
+PROJECT_NUMBER = 7.0.1
# 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_chm b/doc/hal/Doxyfile_chm index c734d4067..f3ac3d435 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 = 7.0.0
+PROJECT_NUMBER = 7.0.1
# 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 3aa84f9c9..1c533913a 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 = 7.0.0
+PROJECT_NUMBER = 7.0.1
# 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/rt/Doxyfile_chm b/doc/rt/Doxyfile_chm index cb64798ec..ef069dc5e 100644 --- a/doc/rt/Doxyfile_chm +++ b/doc/rt/Doxyfile_chm @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/RT # could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 6.0.0
+PROJECT_NUMBER = 6.0.1
# 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/rt/Doxyfile_html b/doc/rt/Doxyfile_html index cc54bf7c8..8a04941cf 100644 --- a/doc/rt/Doxyfile_html +++ b/doc/rt/Doxyfile_html @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/RT # could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 6.0.0
+PROJECT_NUMBER = 6.0.1
# 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/ex/include/ex.h b/os/ex/include/ex.h index f7edeba70..a03b9735b 100644 --- a/os/ex/include/ex.h +++ b/os/ex/include/ex.h @@ -50,7 +50,7 @@ /**
* @brief EX version string.
*/
-#define CH_EX_VERSION "1.1.0"
+#define CH_EX_VERSION "1.1.1"
/**
* @brief EX version major number.
@@ -65,7 +65,7 @@ /**
* @brief EX version patch number.
*/
-#define CH_EX_PATCH 0
+#define CH_EX_PATCH 1
/** @} */
/*===========================================================================*/
diff --git a/os/hal/include/hal.h b/os/hal/include/hal.h index e51e9c37e..07b98e34e 100644 --- a/os/hal/include/hal.h +++ b/os/hal/include/hal.h @@ -193,7 +193,7 @@ /**
* @brief HAL version string.
*/
-#define HAL_VERSION "7.0.0"
+#define HAL_VERSION "7.0.1"
/**
* @brief HAL version major number.
@@ -208,7 +208,7 @@ /**
* @brief HAL version patch number.
*/
-#define CH_HAL_PATCH 0
+#define CH_HAL_PATCH 1
/** @} */
/**
diff --git a/os/license/chversion.h b/os/license/chversion.h index cac3217f6..c0e5c2e60 100644 --- a/os/license/chversion.h +++ b/os/license/chversion.h @@ -51,7 +51,7 @@ /**
* @brief ChibiOS version string.
*/
-#define CH_VERSION "19.1.0"
+#define CH_VERSION "19.1.1"
/**
* @brief ChibiOS version release year.
@@ -66,12 +66,12 @@ /**
* @brief ChibiOS version patch number.
*/
-#define CH_VERSION_PATCH 0
+#define CH_VERSION_PATCH 1
/**
* @brief ChibiOS version nickname.
*/
-#define CH_VERSION_NICKNAME "Vietri"
+#define CH_VERSION_NICKNAME "Tramonti"
/** @} */
/*===========================================================================*/
diff --git a/os/oslib/include/chlib.h b/os/oslib/include/chlib.h index a0a55793f..d117b54d6 100644 --- a/os/oslib/include/chlib.h +++ b/os/oslib/include/chlib.h @@ -52,7 +52,7 @@ /**
* @brief OS Library version string.
*/
-#define CH_OSLIB_VERSION "1.1.0"
+#define CH_OSLIB_VERSION "1.1.1"
/**
* @brief OS Library version major number.
@@ -67,7 +67,7 @@ /**
* @brief OS Library version patch number.
*/
-#define CH_OSLIB_PATCH 0
+#define CH_OSLIB_PATCH 1
/** @} */
/*===========================================================================*/
diff --git a/os/rt/include/ch.h b/os/rt/include/ch.h index 7e7d82a32..de6c939d1 100644 --- a/os/rt/include/ch.h +++ b/os/rt/include/ch.h @@ -48,7 +48,7 @@ /**
* @brief Kernel version string.
*/
-#define CH_KERNEL_VERSION "6.0.0"
+#define CH_KERNEL_VERSION "6.0.1"
/**
* @brief Kernel version major number.
@@ -63,7 +63,7 @@ /**
* @brief Kernel version patch number.
*/
-#define CH_KERNEL_PATCH 0
+#define CH_KERNEL_PATCH 1
/** @} */
/**
diff --git a/readme.txt b/readme.txt index 49a540ab7..9eb901082 100644 --- a/readme.txt +++ b/readme.txt @@ -92,10 +92,10 @@ - FIX: Fixed wrong license restriction check in Nil (bug #1011).
- FIX: Fixed uninitialized variables in STM32 DMA drivers (bug #1010).
- FIX: Fixed wrong mcuconf.h in some testex demos related to STM32F407
- (bug #1008).
+ (bug #1008).
- FIX: Fixed problem in STM32 mcuconf.h template files (bug #1007).
- EX: Fixed I2C Acquire bus called twice in the HTS221 initialization
- (bug #1006).
+ (bug #1006).
- EX: Fixed missing I2C release bus in LPS22HB initialization (bug #1005).
*** 19.1.0 ***
|