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="$*"