Skip to content

Commit b0a9a56

Browse files
revert version update
1 parent fc131e9 commit b0a9a56

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<SourceDir>$(RepoRoot)src/</SourceDir>
2121
<PkgDir>$(RepoRoot)pkg/</PkgDir>
2222

23-
<LibTorchPackageVersion>2.2.1.2</LibTorchPackageVersion>
23+
<LibTorchPackageVersion>2.2.1.1</LibTorchPackageVersion>
2424

2525
<!-- when building on local machines the massive downloads get placed up one directory -->
2626
<!-- so we can clean without triggering a re-download-->

build/BranchInfo.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<PropertyGroup>
33
<MajorVersion>0</MajorVersion>
44
<MinorVersion>102</MinorVersion>
5-
<PatchVersion>8</PatchVersion>
6-
<PreviousPackageVersion>0.102.7</PreviousPackageVersion>
5+
<PatchVersion>7</PatchVersion>
6+
<PreviousPackageVersion>0.102.6</PreviousPackageVersion>
77
</PropertyGroup>
88

99
</Project>

src/TorchSharp/Torch.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ namespace TorchSharp
1717
{
1818
public static partial class torch
1919
{
20-
#if LIBTORCH_2_2_1_2
21-
const string libtorchPackageVersion = "2.2.1.2";
20+
#if LIBTORCH_2_2_1_1
21+
const string libtorchPackageVersion = "2.2.1.1";
2222
#else
2323
#error "Please update libtorchPackageVersion to match LibTorchPackageVersion"
2424
#endif

0 commit comments

Comments
 (0)