Skip to content

Commit 297a247

Browse files
committed
chore: Prep for 4.6.0 (#5263)
### Description * Update version numbers * Rebuild standard library doo files (since they record the current version, and Dafny won't load them unless the version numbers match) * NOT bothering this time to switch nightly prereleases to be from the 4.6 branch, since it's almost identical to master and I'm going to cherry-pick over all but one change anyway. <small>By submitting this pull request, I confirm that my contribution is made under the terms of the [MIT license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>
1 parent bce2f72 commit 297a247

File tree

11 files changed

+4
-4
lines changed

11 files changed

+4
-4
lines changed

Source/DafnyPipeline/DafnyPipeline.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<LinkBase>DafnyRuntimeJava</LinkBase>
9090
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
9191
</EmbeddedResource>
92-
<EmbeddedResource Include="..\DafnyRuntime\DafnyRuntimeJava\build\libs\DafnyRuntime-4.5.0.jar">
92+
<EmbeddedResource Include="..\DafnyRuntime\DafnyRuntimeJava\build\libs\DafnyRuntime-4.6.0.jar">
9393
<LogicalName>DafnyRuntime.jar</LogicalName>
9494
<Link>DafnyRuntime.jar</Link>
9595
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

Source/DafnyRuntime/DafnyRuntime.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<Folder Include="DafnyRuntimeJava\build\libs" />
2727
</ItemGroup>
2828
<PropertyGroup>
29-
<DafnyRuntimeJar>DafnyRuntimeJava/build/libs/DafnyRuntime-4.5.0.jar</DafnyRuntimeJar>
29+
<DafnyRuntimeJar>DafnyRuntimeJava/build/libs/DafnyRuntime-4.6.0.jar</DafnyRuntimeJar>
3030
</PropertyGroup>
3131
<Target Name="BuildDafnyRuntimeJar" AfterTargets="ResolveReferences" BeforeTargets="CoreCompile" Inputs="$(MSBuildProjectFile);@(DafnyRuntimeJavaInputFile)" Outputs="$(DafnyRuntimeJar)">
3232

Source/DafnyRuntime/DafnyRuntimeJava/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
}
1818

1919
group = 'org.dafny'
20-
version = '4.5.0'
20+
version = '4.6.0'
2121
sourceCompatibility = '1.8'
2222

2323
java {
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)