From b02d6d0d42b2fd4798897ba2e246d2a71b4d6722 Mon Sep 17 00:00:00 2001 From: Miguel Company Date: Wed, 27 Jan 2021 15:52:48 +0100 Subject: [PATCH] 1.0.18 (#100) * Refs 10394. Bump version to 1.0.18. Signed-off-by: Miguel Company * Refs 10394. Add note on CodeQL static analysis. Signed-off-by: Miguel Company --- QUALITY.md | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/QUALITY.md b/QUALITY.md index 3b8914a7..b87100b1 100644 --- a/QUALITY.md +++ b/QUALITY.md @@ -141,6 +141,8 @@ However, the tendency will be to homogenize the older source files to the code s **eProsima Fast CDR** uses [Synopsis Coverity static code analysis](https://scan.coverity.com/projects/eprosima-fast-cdr). +**eProsima Fast CDR** uses [CodeQL](https://github.com/eProsima/Fast-CDR/security/code-scanning?query=tool%3ACodeQL) to find security issues on the code. + ## Dependencies [5] ### Direct Runtime Dependencies [5.iii] diff --git a/configure.ac b/configure.ac index 3e9a2c32..28a5e530 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # m4_define([version_major],[1]) m4_define([version_minor],[0]) -m4_define([version_micro],[17]) +m4_define([version_micro],[18]) AC_INIT([fastcdr], [version_major.version_minor.version_micro], [support@eprosima.com], [eProsima FastCDR], [http://eprosima.com/]) CONFIG_ARGS="$*"