-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
3107acc
commit b02d6d0
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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="$*" | ||
|