Skip to content

Commit c3ed74d

Browse files
authored
Merge pull request github#7604 from github/lgtm-1.29-docs
Update version numbers in CodeQL support notes for LGTM 1.29
2 parents 1327d7c + e0110bd commit c3ed74d

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

docs/codeql/support/conf.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,12 @@
4141

4242
# The version info for this project, if different from version and release in main conf.py file.
4343
# The short X.Y version.
44-
version = u'1.27'
45-
# The full version, including alpha/beta/rc tags.
46-
release = u'1.27'
44+
45+
# LGTM Enterprise release
46+
release = u'1.29'
47+
48+
# CodeQL CLI version used by LGTM Enterprise release
49+
version = u'2.6.4'
4750

4851
# -- Project-specifc options for HTML output ----------------------------------------------
4952

docs/codeql/support/framework-support.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
Frameworks and libraries
22
########################
33

4-
The libraries and queries in version |version| have been explicitly checked against the libraries and frameworks listed below.
4+
LGTM Enterprise |release| includes CodeQL CLI |version|. The CodeQL libraries and queries used by this version of LGTM Enterprise have been explicitly checked against the libraries and frameworks listed below.
5+
6+
.. pull-quote::
7+
8+
Note
9+
10+
For details of framework and library support in the most recent release of the CodeQL CLI, see `Supported languages and frameworks <https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/>`__ in the CodeQL CLI documentation.
511

612
.. pull-quote::
713

docs/codeql/support/language-support.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
Languages and compilers
22
#######################
33

4-
CodeQL and LGTM version |version| support analysis of the following languages compiled by the following compilers.
5-
(CodeQL was previously known as QL.)
4+
LGTM Enterprise |release| includes CodeQL CLI |version|. LGTM Enterprise supports analysis of the following languages compiled by the following compilers.
5+
6+
.. pull-quote::
7+
8+
Note
9+
10+
For details of language and compiler support in the most recent release of the CodeQL CLI, see `Supported languages and frameworks <https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/>`__ in the CodeQL CLI documentation.
611

712
Note that where there are several versions or dialects of a language, the supported variants are listed.
813
If your code requires a particular version of a compiler, check that this version is included below.

0 commit comments

Comments
 (0)