Merge pull request #2006 from felicitymay/1.22/supported-systems

Approved by jf205, xiemaisi
This commit is contained in:
semmle-qlci
2019-09-24 09:20:25 +01:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -56,9 +56,9 @@ def setup(sphinx):
# built documents.
#
# The short X.Y version.
version = u'1.22'
version = u'1.22.1'
# The full version, including alpha/beta/rc tags.
release = u'1.22'
release = u'1.22.1'
copyright = u'2019 Semmle Ltd'
author = u'Semmle Ltd'

View File

@@ -10,6 +10,7 @@ C#,C# up to 7.3. with .NET up to 4.8 [3]_.,"Microsoft Visual Studio up to 2019,
.NET Core up to 2.2","``.sln``, ``.csproj``, ``.cs``, ``.cshtml``, ``.xaml``"
COBOL,ANSI 85 or newer [4]_.,Not applicable,"``.cbl``, ``.CBL``, ``.cpy``, ``.CPY``, ``.copy``, ``.COPY``"
Go, "Go up to 1.13", "Go 1.11 or more recent", ``.go``
Java,"Java 6 to 12 [5]_.","javac (OpenJDK and Oracle JDK),
Eclipse compiler for Java (ECJ) [6]_.",``.java``
1 Language Variants Compilers Extensions
10
11
12
13
14
15
16