Skip to content

Commit

Permalink
1.0.18 (#100)
Browse files Browse the repository at this point in the history
* Refs 10394. Bump version to 1.0.18.

Signed-off-by: Miguel Company <[email protected]>

* Refs 10394. Add note on CodeQL static analysis.

Signed-off-by: Miguel Company <[email protected]>
  • Loading branch information
MiguelCompany authored Jan 27, 2021
1 parent 3107acc commit b02d6d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions QUALITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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], [[email protected]], [eProsima FastCDR], [http://eprosima.com/])
CONFIG_ARGS="$*"
Expand Down

0 comments on commit b02d6d0

Please sign in to comment.