Skip to content

Commit

Permalink
Merge pull request #3646 from jcking/cpp-update-version
Browse files Browse the repository at this point in the history
[C++] Update version to 4.10
  • Loading branch information
jcking committed Apr 11, 2022
2 parents 1684238 + 74be2b6 commit 728c7cb
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 728c7cb

Please sign in to comment.