Skip to content

Commit

Permalink
Merge branch 'master' of github.com:antlr/antlr4
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Apr 11, 2022
2 parents 3e182e9 + ade6181 commit 0d4f6c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/Cpp/runtime/src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#include "antlr4-common.h"

#define ANTLRCPP_VERSION_MAJOR 4
#define ANTLRCPP_VERSION_MINOR 9
#define ANTLRCPP_VERSION_PATCH 3
#define ANTLRCPP_VERSION_MINOR 10
#define ANTLRCPP_VERSION_PATCH 0

#define ANTLRCPP_MAKE_VERSION(major, minor, patch) ((major) * 100000 + (minor) * 1000 + (patch))

Expand Down

0 comments on commit 0d4f6c9

Please sign in to comment.