Skip to content

Commit 581f1fd

Browse files
committed
Refs #21325: fastcdr/config.h is generated with version 2
Signed-off-by: eduponz <eduardoponz@eprosima.com>
1 parent 02801d0 commit 581f1fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def configure_doxyfile(
281281

282282
os.makedirs("{}/include/fastcdr".format(fastdds_repo_name), exist_ok=True)
283283
with open("{}/include/fastcdr/config.h".format(fastdds_repo_name), "w") as config_file:
284-
config_file.write("#define FASTCDR_VERSION_MAJOR 1")
284+
config_file.write("#define FASTCDR_VERSION_MAJOR 2")
285285

286286
# Configure Doxyfile
287287
configure_doxyfile(

0 commit comments

Comments
 (0)