diff options
-rw-r--r-- | .lgtm.yml | 4 | ||||
-rw-r--r-- | Filelist | 1 | ||||
-rw-r--r-- | src/version.c | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 000000000..abe9ff654 --- /dev/null +++ b/.lgtm.yml @@ -0,0 +1,4 @@ +# Format of this file: https://lgtm.com/help/lgtm/lgtm.yml-configuration-file +path_classifiers: + documentation: + - runtime/tutor/tutor* @@ -4,6 +4,7 @@ # source files for all source archives SRC_ALL = \ .hgignore \ + .lgtm.yml \ .travis.yml \ appveyor.yml \ src/appveyor.bat \ diff --git a/src/version.c b/src/version.c index f5d4c5a28..f918ac284 100644 --- a/src/version.c +++ b/src/version.c @@ -762,6 +762,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1764, +/**/ 1763, /**/ 1762, |