Skip to content

Commit 0266c00

Browse files
authored
chore: update version number and doo files for 4.5.0 release (#5199)
1 parent 8774643 commit 0266c00

File tree

11 files changed

+6
-6
lines changed

11 files changed

+6
-6
lines changed

Source/DafnyPipeline/DafnyPipeline.csproj

Lines changed: 2 additions & 2 deletions
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.4.0.jar">
92+
<EmbeddedResource Include="..\DafnyRuntime\DafnyRuntimeJava\build\libs\DafnyRuntime-4.5.0.jar">
9393
<LogicalName>DafnyRuntime.jar</LogicalName>
9494
<Link>DafnyRuntime.jar</Link>
9595
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
@@ -128,4 +128,4 @@
128128
<EmbeddedResource Remove="..\DafnyRuntime\DafnyRuntimeRust\target\**"/>
129129
</ItemGroup>
130130

131-
</Project>
131+
</Project>

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.4.0.jar</DafnyRuntimeJar>
29+
<DafnyRuntimeJar>DafnyRuntimeJava/build/libs/DafnyRuntime-4.5.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.4.0'
20+
version = '4.5.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)