aboutsummaryrefslogtreecommitdiff
path: root/MoonParser/pegtl/version.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'MoonParser/pegtl/version.hpp')
-rw-r--r--MoonParser/pegtl/version.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/MoonParser/pegtl/version.hpp b/MoonParser/pegtl/version.hpp
deleted file mode 100644
index 867d5e4..0000000
--- a/MoonParser/pegtl/version.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
1// Copyright (c) 2017 Dr. Colin Hirsch and Daniel Frey
2// Please see LICENSE for license or visit https://github.com/taocpp/PEGTL/
3
4#ifndef TAOCPP_PEGTL_INCLUDE_VERSION_HPP
5#define TAOCPP_PEGTL_INCLUDE_VERSION_HPP
6
7#define TAOCPP_PEGTL_VERSION "2.1.2"
8
9#define TAOCPP_PEGTL_VERSION_MAJOR 2
10#define TAOCPP_PEGTL_VERSION_MINOR 1
11#define TAOCPP_PEGTL_VERSION_PATCH 2
12
13#endif