Skip to content

Commit

Permalink
1.0.14 (#74)
Browse files Browse the repository at this point in the history
* Bump version to 1.0.14

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

* Add note on DCO to contributing.md

Signed-off-by: Miguel Company <[email protected]>
  • Loading branch information
MiguelCompany authored May 26, 2020
1 parent 84d697d commit 3fafb36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ be under the Apache 2 License, as dictated by that
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
~~~

Contributors must sign-off each commit by adding a `Signed-off-by: ...`
line to commit messages to certify that they have the right to submit
the code they are contributing to the project according to the
[Developer Certificate of Origin (DCO)](https://developercertificate.org/).
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],[13])
m4_define([version_micro],[14])

AC_INIT([fastcdr], [version_major.version_minor.version_micro], [[email protected]], [eProsima FastCDR], [http://eprosima.com/])
CONFIG_ARGS="$*"
Expand Down

0 comments on commit 3fafb36

Please sign in to comment.