mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
Update version numbers for LGTM E 1.28
This commit is contained in:
@@ -55,12 +55,12 @@ def setup(sphinx):
|
||||
sphinx.add_lexer("ql", QLLexer())
|
||||
|
||||
# The version of CodeQL for the current release you're documenting, acts as replacement for
|
||||
# |version| and |release|
|
||||
# |version| and |release|. Not currently used except in LGTM Enterprise support info.
|
||||
|
||||
# The short X.Y version.
|
||||
version = u'3.0'
|
||||
# version = u'3.0'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = u'3.0'
|
||||
# release = u'3.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
||||
@@ -41,9 +41,12 @@ project = u'Supported languages and frameworks for LGTM Enterprise'
|
||||
|
||||
# The version info for this project, if different from version and release in main conf.py file.
|
||||
# The short X.Y version.
|
||||
version = u'1.27'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = u'1.27'
|
||||
|
||||
# LGTM Enterprise release
|
||||
release = u'1.28'
|
||||
|
||||
# CodeQL CLI version used by LGTM Enterprise release
|
||||
version = u'2.5.9'
|
||||
|
||||
# -- Project-specifc options for HTML output ----------------------------------------------
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Frameworks and libraries
|
||||
########################
|
||||
|
||||
The libraries and queries in version |version| have been explicitly checked against the libraries and frameworks listed below.
|
||||
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.
|
||||
|
||||
.. pull-quote::
|
||||
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
Languages and compilers
|
||||
#######################
|
||||
|
||||
CodeQL and LGTM version |version| support analysis of the following languages compiled by the following compilers.
|
||||
(CodeQL was previously known as QL.)
|
||||
LGTM Enterprise |release| includes CodeQL CLI |version|. LGTM Enterprise supports analysis of the following languages compiled by the following compilers.
|
||||
|
||||
Note that where there are several versions or dialects of a language, the supported variants are listed.
|
||||
If your code requires a particular version of a compiler, check that this version is included below.
|
||||
|
||||
Reference in New Issue
Block a user