Skip to content

Commit

Permalink
Version 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
slozier committed Dec 19, 2024
1 parent ccc60e5 commit 7e887d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CurrentVersion.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<MajorVersion>1</MajorVersion>
<MinorVersion>3</MinorVersion>
<MicroVersion>4</MicroVersion>
<MicroVersion>5</MicroVersion>
<ReleaseLevel>final</ReleaseLevel><!-- alpha, beta, candidate or final -->
<ReleaseSerial>0</ReleaseSerial><!-- this should only be 0 when final -->

Expand Down
2 changes: 1 addition & 1 deletion Package/nuget/DynamicLanguageRuntime.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>DynamicLanguageRuntime</id>
<title>Dynamic Language Runtime</title>
<version>1.3.4</version>
<version>1.3.5</version>
<authors>DLR Contributors,Microsoft</authors>
<owners>DLR Community</owners>
<projectUrl>https://ironpython.net</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion Src/Microsoft.Scripting/LanguageOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public bool NoAdaptiveCompilation {
}

/// <summary>
/// The number of iterations before the interpreter starts compiling.s
/// The number of iterations before the interpreter starts compiling.
/// </summary>
public int CompilationThreshold {
get { return _compilationThreshold; }
Expand Down

0 comments on commit 7e887d9

Please sign in to comment.