aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/svnversion/test/main.cpp
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-11-13 14:57:37 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-11-13 15:11:59 +0300
commitca2bf2285173d1f8cf4bce94ddfe4d4c1d2a13b6 (patch)
treeb47858c891167635e3f3037f2f88ef0e296e3f90 /library/cpp/svnversion/test/main.cpp
parentdfc4818ec613d6908c1acb5450e7814d07a11dcd (diff)
downloadydb-ca2bf2285173d1f8cf4bce94ddfe4d4c1d2a13b6.tar.gz
Intermediate changes
commit_hash:e7480dc4037b4e009ef6dcc824697e6e89c5bfe1
Diffstat (limited to 'library/cpp/svnversion/test/main.cpp')
-rw-r--r--library/cpp/svnversion/test/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/svnversion/test/main.cpp b/library/cpp/svnversion/test/main.cpp
index 830686d5b3..632c8d3915 100644
--- a/library/cpp/svnversion/test/main.cpp
+++ b/library/cpp/svnversion/test/main.cpp
@@ -8,6 +8,7 @@
int main() {
Cout << "GetProgramSvnVersion(): " << GetProgramSvnVersion() << Endl;
Cout << "GetCustomVersion(): " << GetCustomVersion() << Endl;
+ Cout << "GetReleaseVersion(): " << GetReleaseVersion() << Endl;
Cout << "PrintProgramSvnVersion(): " << Endl; PrintProgramSvnVersion();
Cout << "GetArcadiaSourcePath(): " << GetArcadiaSourcePath() << Endl;
Cout << "GetArcadiaSourceUrl(): " << GetArcadiaSourceUrl() << Endl;