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