aboutsummaryrefslogtreecommitdiffstats
path: root/os/oslib/include/chlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/oslib/include/chlib.h')
-rw-r--r--os/oslib/include/chlib.h4
1 files changed, 2 insertions, 2 deletions
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
/** @} */
/*===========================================================================*/