Skip to content

Commit 5fec9e6

Browse files
committed
Finish 3.0pre10
1 parent 3e5006a commit 5fec9e6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ task wrapper(type: Wrapper) {
7575
// Information about the plugin
7676

7777
// Plugin version number
78-
version '3.0pre9'
78+
version '3.0pre10'
7979

8080
intellij {
81-
version = '2017.3.2'
81+
version = '2017.3.4'
8282
downloadSources = true
8383
pluginName = 'Mathematica-IntelliJ-Plugin'
8484
updateSinceUntilBuild = false

resources/de/halirutan/mathematica/MathematicaInspectionBundle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ bugs.implicit.times.through.linebreak.message=Missing comma or semicolon
3535
bugs.unsupported.version.name=Function is part of later version
3636
bugs.unsupported.version.description=Reports functions or symbols that are part of a later version of Mathematica than specified. Per default, the language version of the specified Mathematica SDK is used.
3737
bugs.unsupported.version.association=Associations where introduced in version 10. You are using {0}.
38-
bugs.unsupported.version.with=The feature With having multiple definition lists was introduced in version 10.3. You are using {0}.
38+
bugs.unsupported.version.with=The feature of \"With\" having multiple definition lists was introduced in version 10.3. You are using {0}.
3939

4040
symbol.unresolved.name=Unresolved Symbol
4141
symbol.unresolved.description=The place where this symbol is defined could not be found. This usually means that you used a symbol that has no definition, no usage message, is not a built-in symbol or is not locally bound by Module, Table, Compile, ...

0 commit comments

Comments
 (0)