Skip to content

Commit 1d76578

Browse files
authored
Merge pull request github#6659 from github/docs-311-update-version
Update version numbers for LGTM Enterprise 1.28
2 parents 08f480a + 3b3350e commit 1d76578

File tree

5 files changed

+16
-14
lines changed

5 files changed

+16
-14
lines changed

docs/codeql/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ def setup(sphinx):
5555
sphinx.add_lexer("ql", QLLexer())
5656

5757
# The version of CodeQL for the current release you're documenting, acts as replacement for
58-
# |version| and |release|
58+
# |version| and |release|. Not currently used except in LGTM Enterprise support info.
5959

6060
# The short X.Y version.
61-
version = u'3.0'
61+
# version = u'3.0'
6262
# The full version, including alpha/beta/rc tags.
63-
release = u'3.0'
63+
# release = u'3.0'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

docs/codeql/ql-training/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
import os
4848

4949
def setup(sphinx):
50-
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file__)), os.path.pardir, 'global-sphinx-files')))
50+
sys.path.insert(0, os.path.abspath('docs/codeql'))
5151
from qllexer import QLLexer
5252
sphinx.add_lexer("ql", QLLexer())
5353

@@ -86,11 +86,11 @@ def setup(sphinx):
8686
# built documents.
8787
#
8888
# The short X.Y version.
89-
version = u'1.24'
89+
# version = u'1.24'
9090
# The full version, including alpha/beta/rc tags.
91-
release = u'1.24'
92-
copyright = u'2019 Semmle Ltd'
93-
author = u'Semmle Ltd'
91+
# release = u'1.24'
92+
# copyright = u'2019 Semmle Ltd'
93+
# author = u'Semmle Ltd'
9494

9595
# The language for content autogenerated by Sphinx. Refer to documentation
9696
# for a list of supported languages.

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.28'
47+
48+
# CodeQL CLI version used by LGTM Enterprise release
49+
version = u'2.5.9'
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)