Skip to content

Commit fdf77ad

Browse files
committed
Update version numbers for LGTM 1.29
1 parent 1327d7c commit fdf77ad

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.
55

66
.. pull-quote::
77

docs/codeql/support/language-support.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
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.
65

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

0 commit comments

Comments
 (0)