Skip to content

Commit

Permalink
Update to allowed max DSL version.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Dec 25, 2024
1 parent fb060cf commit e86a393
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/gen/Schema.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "commsdsl/gen/util.h"

#include "commsdsl/parse/Protocol.h"
#include "commsdsl/version.h"

#include <cassert>
#include <algorithm>
Expand All @@ -35,7 +36,7 @@ namespace gen
namespace
{

const unsigned MaxDslVersion = 6U;
const unsigned MaxDslVersion = COMMSDSL_MAJOR_VERSION;

} // namespace

Expand Down

0 comments on commit e86a393

Please sign in to comment.