Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/language/global-sphinx-files/global-conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
1 change: 1 addition & 0 deletions docs/language/support/versions-compilers.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down