Skip to content

Commit

Permalink
We implement 2.0.0-draft.6+, not draft 5
Browse files Browse the repository at this point in the history
  • Loading branch information
tjol committed Dec 7, 2024
1 parent df04675 commit 646a94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/kdl/parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ enum kdl_parse_option {
KDL_DEFAULTS = 0, // Nothing special
KDL_EMIT_COMMENTS = 0x001, // Emit comments (default: don't)
KDL_READ_VERSION_1 = 0x20000, // Use KDL version 1.0.0
KDL_READ_VERSION_2 = 0x40000, // Use KDL version 2.0.0-draft.5
KDL_READ_VERSION_2 = 0x40000, // Use KDL version 2.0.0-draft.6
KDL_DETECT_VERSION = 0x70000, // Allow both KDL v2 and KDL v1
};

Expand Down

0 comments on commit 646a94f

Please sign in to comment.