Skip to content

Commit 6cb34c1

Browse files
committed
Upgrade version number to 4.10.0
1 parent f862d08 commit 6cb34c1

File tree

20 files changed

+10
-10
lines changed

20 files changed

+10
-10
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.9.2.jar">
92+
<EmbeddedResource Include="..\DafnyRuntime\DafnyRuntimeJava\build\libs\DafnyRuntime-4.10.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
@@ -47,7 +47,7 @@
4747
</Content>
4848
</ItemGroup>
4949
<PropertyGroup>
50-
<DafnyRuntimeJar>DafnyRuntimeJava/build/libs/DafnyRuntime-4.9.2.jar</DafnyRuntimeJar>
50+
<DafnyRuntimeJar>DafnyRuntimeJava/build/libs/DafnyRuntime-4.10.0.jar</DafnyRuntimeJar>
5151
</PropertyGroup>
5252
<Target Name="BuildDafnyRuntimeJar" AfterTargets="ResolveReferences" BeforeTargets="CoreCompile" Inputs="$(MSBuildProjectFile);@(DafnyRuntimeJavaInputFile)" Outputs="$(DafnyRuntimeJar)">
5353

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.9.2'
20+
version = '4.10.0'
2121
sourceCompatibility = '1.8'
2222

2323
java {

Source/DafnyRuntime/DafnyRuntimePython/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "DafnyRuntimePython"
3-
version = "4.9.2"
3+
version = "4.10.0"
44
authors = [
55
{ name = "The Dafny core team", email = "[email protected]" },
66
]
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)