diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-07-14 07:08:28 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-07-14 07:08:28 +0000 |
commit | 14e10a2e821fdec7eb6f80ed20c7b8e43034da6f (patch) | |
tree | 7e8d45df590ea447605743c440e17baf6cb47688 | |
parent | 639e21247af2a9e9f99926bf53ce71ea23ab087a (diff) | |
download | ChibiOS-14e10a2e821fdec7eb6f80ed20c7b8e43034da6f.tar.gz ChibiOS-14e10a2e821fdec7eb6f80ed20c7b8e43034da6f.tar.bz2 ChibiOS-14e10a2e821fdec7eb6f80ed20c7b8e43034da6f.zip |
Updated version numbers
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12911 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
-rw-r--r-- | doc/ex/Doxyfile_chm | 2 | ||||
-rw-r--r-- | doc/ex/Doxyfile_html | 2 | ||||
-rw-r--r-- | doc/full_rm/Doxyfile_html | 2 | ||||
-rw-r--r-- | doc/hal/Doxyfile_chm | 2 | ||||
-rw-r--r-- | doc/hal/Doxyfile_html | 2 | ||||
-rw-r--r-- | doc/nil/Doxyfile_chm | 2 | ||||
-rw-r--r-- | doc/nil/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/nil/include/ch.h | 4 | ||||
-rw-r--r-- | os/rt/include/ch.h | 4 |
14 files changed, 20 insertions, 20 deletions
diff --git a/doc/ex/Doxyfile_chm b/doc/ex/Doxyfile_chm index 74ba60836..0730b91bf 100644 --- a/doc/ex/Doxyfile_chm +++ b/doc/ex/Doxyfile_chm @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/EX # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.1.1 +PROJECT_NUMBER = 1.1.2 # 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/ex/Doxyfile_html b/doc/ex/Doxyfile_html index c1153b55e..e7e1050e2 100644 --- a/doc/ex/Doxyfile_html +++ b/doc/ex/Doxyfile_html @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/EX # could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 1.1.1
+PROJECT_NUMBER = 1.1.2
# 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/full_rm/Doxyfile_html b/doc/full_rm/Doxyfile_html index c104d31db..ac08fdccd 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.2
+PROJECT_NUMBER = 19.1.3
# 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 179cf3ac6..ac3f6dac2 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.2
+PROJECT_NUMBER = 7.0.3
# 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 bda8226d0..22e5e9fa2 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.2
+PROJECT_NUMBER = 7.0.3
# 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/nil/Doxyfile_chm b/doc/nil/Doxyfile_chm index 16a189139..9e91006d7 100644 --- a/doc/nil/Doxyfile_chm +++ b/doc/nil/Doxyfile_chm @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/NIL # could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 3.2.1
+PROJECT_NUMBER = 3.2.2
# 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/nil/Doxyfile_html b/doc/nil/Doxyfile_html index 53da8b512..de5af65a6 100644 --- a/doc/nil/Doxyfile_html +++ b/doc/nil/Doxyfile_html @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/NIL # could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 3.2.1
+PROJECT_NUMBER = 3.2.2
# 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 d8f4dde77..0a9bcb4c6 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.2
+PROJECT_NUMBER = 6.0.3
# 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 f223f4464..7aa6591df 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.2
+PROJECT_NUMBER = 6.0.3
# 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 a03b9735b..898bfb917 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.1"
+#define CH_EX_VERSION "1.1.2"
/**
* @brief EX version major number.
@@ -65,7 +65,7 @@ /**
* @brief EX version patch number.
*/
-#define CH_EX_PATCH 1
+#define CH_EX_PATCH 2
/** @} */
/*===========================================================================*/
diff --git a/os/hal/include/hal.h b/os/hal/include/hal.h index ea0ecf405..6f5bc1f2e 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.2"
+#define HAL_VERSION "7.0.3"
/**
* @brief HAL version major number.
@@ -208,7 +208,7 @@ /**
* @brief HAL version patch number.
*/
-#define CH_HAL_PATCH 2
+#define CH_HAL_PATCH 3
/** @} */
/**
diff --git a/os/license/chversion.h b/os/license/chversion.h index 36ff0d94f..5ae1daa76 100644 --- a/os/license/chversion.h +++ b/os/license/chversion.h @@ -51,7 +51,7 @@ /**
* @brief ChibiOS version string.
*/
-#define CH_VERSION "19.1.2"
+#define CH_VERSION "19.1.3"
/**
* @brief ChibiOS version release year.
@@ -66,12 +66,12 @@ /**
* @brief ChibiOS version patch number.
*/
-#define CH_VERSION_PATCH 2
+#define CH_VERSION_PATCH 3
/**
* @brief ChibiOS version nickname.
*/
-#define CH_VERSION_NICKNAME "Minori"
+#define CH_VERSION_NICKNAME "Maiori"
/** @} */
/*===========================================================================*/
diff --git a/os/nil/include/ch.h b/os/nil/include/ch.h index bfabcd1f0..c08eacba0 100644 --- a/os/nil/include/ch.h +++ b/os/nil/include/ch.h @@ -55,7 +55,7 @@ /**
* @brief Kernel version string.
*/
-#define CH_KERNEL_VERSION "3.2.1"
+#define CH_KERNEL_VERSION "3.2.2"
/**
* @brief Kernel version major number.
@@ -70,7 +70,7 @@ /**
* @brief Kernel version patch number.
*/
-#define CH_KERNEL_PATCH 1
+#define CH_KERNEL_PATCH 2
/** @} */
/**
diff --git a/os/rt/include/ch.h b/os/rt/include/ch.h index 318fbe245..9e6c2e3ca 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.2"
+#define CH_KERNEL_VERSION "6.0.3"
/**
* @brief Kernel version major number.
@@ -63,7 +63,7 @@ /**
* @brief Kernel version patch number.
*/
-#define CH_KERNEL_PATCH 2
+#define CH_KERNEL_PATCH 3
/** @} */
/**
|