We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc4818 commit ca2bf22Copy full SHA for ca2bf22
library/cpp/svnversion/test/main.cpp
@@ -8,6 +8,7 @@
8
int main() {
9
Cout << "GetProgramSvnVersion(): " << GetProgramSvnVersion() << Endl;
10
Cout << "GetCustomVersion(): " << GetCustomVersion() << Endl;
11
+ Cout << "GetReleaseVersion(): " << GetReleaseVersion() << Endl;
12
Cout << "PrintProgramSvnVersion(): " << Endl; PrintProgramSvnVersion();
13
Cout << "GetArcadiaSourcePath(): " << GetArcadiaSourcePath() << Endl;
14
Cout << "GetArcadiaSourceUrl(): " << GetArcadiaSourceUrl() << Endl;
0 commit comments