mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 19:42:00 +00:00
8 lines
116 B
C++
8 lines
116 B
C++
#include <Yandex/Revision.h>
|
|
#include "revision.h"
|
|
|
|
namespace Revision
|
|
{
|
|
unsigned get() { return SVN_REVISION; }
|
|
}
|