aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/svnversion/svnversion.h
blob: 2ee308f91b9563b5867bf5f3174f3b21c9199435 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#if !defined(FROM_IMPL) 
#define PROGRAM_VERSION GetProgramSvnVersion()
#define ARCADIA_SOURCE_PATH GetArcadiaSourcePath()
#define PRINT_VERSION PrintSvnVersionAndExit(argc, (char**)argv)
#define PRINT_VERSION_EX(opts) PrintSvnVersionAndExitEx(argc, (char**)argv, opts)
#endif 

#include <util/system/compiler.h>

// Automatically generated functions.
#include "build/scripts/c_templates/svnversion.h"