Skip to content

Commit

Permalink
[C++] Update version to 4.10 (#3647)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin King <jcking@google.com>
  • Loading branch information
jcking committed Apr 11, 2022
1 parent 4b90953 commit ade6181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/Cpp/runtime/src/Version.h
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 ade6181

Please sign in to comment.