Skip to content

Commit

Permalink
Finish 3.0pre10
Browse files Browse the repository at this point in the history
  • Loading branch information
halirutan committed Mar 11, 2018
1 parent 3e5006a commit 5fec9e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ task wrapper(type: Wrapper) {
// Information about the plugin

// Plugin version number
version '3.0pre9'
version '3.0pre10'

intellij {
version = '2017.3.2'
version = '2017.3.4'
downloadSources = true
pluginName = 'Mathematica-IntelliJ-Plugin'
updateSinceUntilBuild = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ bugs.implicit.times.through.linebreak.message=Missing comma or semicolon
bugs.unsupported.version.name=Function is part of later version
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.
bugs.unsupported.version.association=Associations where introduced in version 10. You are using {0}.
bugs.unsupported.version.with=The feature With having multiple definition lists was introduced in version 10.3. You are using {0}.
bugs.unsupported.version.with=The feature of \"With\" having multiple definition lists was introduced in version 10.3. You are using {0}.

symbol.unresolved.name=Unresolved Symbol
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, ...
Expand Down

0 comments on commit 5fec9e6

Please sign in to comment.