aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorignat <ignat@yandex-team.com>2023-09-07 22:55:12 +0300
committerignat <ignat@yandex-team.com>2023-09-07 23:37:47 +0300
commit4c32a2d51192ff93a194dd4f52892ee26473ab05 (patch)
tree9c560d9c2b1f06e9bbca36caf5d54108a0a477eb
parent5026bb539cf011ed9c4d3dae3d184583cbe9cdb3 (diff)
downloadydb-4c32a2d51192ff93a194dd4f52892ee26473ab05.tar.gz
Bump YT version in trunk
-rw-r--r--yt/yt/build/CMakeLists.darwin-x86_64.txt2
-rw-r--r--yt/yt/build/CMakeLists.linux-aarch64.txt2
-rw-r--r--yt/yt/build/CMakeLists.linux-x86_64.txt2
-rw-r--r--yt/yt/build/CMakeLists.windows-x86_64.txt2
-rw-r--r--yt/yt/build/ya.make2
5 files changed, 5 insertions, 5 deletions
diff --git a/yt/yt/build/CMakeLists.darwin-x86_64.txt b/yt/yt/build/CMakeLists.darwin-x86_64.txt
index da9bc5854d..8ab1b50257 100644
--- a/yt/yt/build/CMakeLists.darwin-x86_64.txt
+++ b/yt/yt/build/CMakeLists.darwin-x86_64.txt
@@ -60,7 +60,7 @@ set(
)
set(
YT_VERSION_MINOR
- 2
+ 3
)
set(
YT_VERSION_PATCH
diff --git a/yt/yt/build/CMakeLists.linux-aarch64.txt b/yt/yt/build/CMakeLists.linux-aarch64.txt
index 7104ebd952..ab1fb3ded1 100644
--- a/yt/yt/build/CMakeLists.linux-aarch64.txt
+++ b/yt/yt/build/CMakeLists.linux-aarch64.txt
@@ -60,7 +60,7 @@ set(
)
set(
YT_VERSION_MINOR
- 2
+ 3
)
set(
YT_VERSION_PATCH
diff --git a/yt/yt/build/CMakeLists.linux-x86_64.txt b/yt/yt/build/CMakeLists.linux-x86_64.txt
index 7104ebd952..ab1fb3ded1 100644
--- a/yt/yt/build/CMakeLists.linux-x86_64.txt
+++ b/yt/yt/build/CMakeLists.linux-x86_64.txt
@@ -60,7 +60,7 @@ set(
)
set(
YT_VERSION_MINOR
- 2
+ 3
)
set(
YT_VERSION_PATCH
diff --git a/yt/yt/build/CMakeLists.windows-x86_64.txt b/yt/yt/build/CMakeLists.windows-x86_64.txt
index 4bcabf1d85..196a5c4d95 100644
--- a/yt/yt/build/CMakeLists.windows-x86_64.txt
+++ b/yt/yt/build/CMakeLists.windows-x86_64.txt
@@ -60,7 +60,7 @@ set(
)
set(
YT_VERSION_MINOR
- 2
+ 3
)
set(
YT_VERSION_PATCH
diff --git a/yt/yt/build/ya.make b/yt/yt/build/ya.make
index 45923fc7ac..4a94814f00 100644
--- a/yt/yt/build/ya.make
+++ b/yt/yt/build/ya.make
@@ -3,7 +3,7 @@ LIBRARY()
INCLUDE(${ARCADIA_ROOT}/yt/ya_cpp.make.inc)
SET(YT_VERSION_MAJOR 23)
-SET(YT_VERSION_MINOR 2)
+SET(YT_VERSION_MINOR 3)
DEFAULT(YT_VERSION_PATCH 0)
DEFAULT(YT_VERSION_BRANCH "local")