We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72b1c3 commit db9ade4Copy full SHA for db9ade4
configure.ac
@@ -21,7 +21,7 @@
21
#
22
m4_define([version_major],[1])
23
m4_define([version_minor],[9])
24
-m4_define([version_micro],[4])
+m4_define([version_micro],[5])
25
26
AC_INIT([fastrtps], [version_major.version_minor.version_micro], [[email protected]], [eProsima FastRTPS], [http://eprosima.com/])
27
CONFIG_ARGS="$*"
fastrtps.repos
@@ -10,7 +10,7 @@ repositories:
10
fastrtps:
11
type: git
12
url: https://github.com/eProsima/Fast-RTPS.git
13
- version: v1.9.4
+ version: v1.9.5
14
fastrtpsgen:
15
16
url: https://github.com/eProsima/Fast-RTPS-Gen.git
0 commit comments