Skip to content

Commit 2a83935

Browse files
authored
Set legacy version control (#26139)
2 parents 80dcf16 + 79cb220 commit 2a83935

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ydb/core/driver_lib/version/version.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,13 @@ const TStored* TCompatibilityInfo::GetDefault(TComponentId componentId) const {
7474
// obsolete version control
7575
TMaybe<NActors::TInterconnectProxyCommon::TVersionInfo> VERSION = NActors::TInterconnectProxyCommon::TVersionInfo{
7676
// version of this binary
77-
"trunk",
77+
"stable-25-3",
7878

7979
// compatible versions; must include all compatible old ones, including this one; version verification occurs on both
8080
// peers and connection is accepted if at least one of peers accepts the version of the other peer
8181
{
82-
"trunk"
82+
"stable-25-3",
83+
"stable-25-2"
8384
}
8485
};
8586

0 commit comments

Comments
 (0)