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 02801d0 commit 581f1fdCopy full SHA for 581f1fd
1 file changed
docs/conf.py
@@ -281,7 +281,7 @@ def configure_doxyfile(
281
282
os.makedirs("{}/include/fastcdr".format(fastdds_repo_name), exist_ok=True)
283
with open("{}/include/fastcdr/config.h".format(fastdds_repo_name), "w") as config_file:
284
- config_file.write("#define FASTCDR_VERSION_MAJOR 1")
+ config_file.write("#define FASTCDR_VERSION_MAJOR 2")
285
286
# Configure Doxyfile
287
configure_doxyfile(
0 commit comments