Skip to content

Commit 8c51960

Browse files
committed
RTSDK-10583 Updating version to L1
1 parent 068fb94 commit 8c51960

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CSharp/Ema/Src/Core/Access/internal/ComponentVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ private static string GetProductInternalVersion()
4040
productVersion = $"{versionNumbers[0]}.{versionNumbers[1]}.{versionNumbers[2]}";
4141
}
4242

43-
return $"emacsharp{productVersion}.G2.all.rrg";
43+
return $"emacsharp{productVersion}.L1.all.rrg";
4444
}
4545
return DefaultEmaVersion;
4646
}

CSharp/Eta/Src/Core/Transport/transport/Transport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ static Transport()
6666
productVersion = $"{versionNumbers[0]}.{versionNumbers[1]}.{versionNumbers[2]}";
6767
}
6868

69-
m_LibVersionInfo.m_ProductInternalVersion = $"etacsharp{productVersion}.G2.all.rrg";
69+
m_LibVersionInfo.m_ProductInternalVersion = $"etacsharp{productVersion}.L1.all.rrg";
7070
}
7171
else
7272
{

0 commit comments

Comments
 (0)