mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 03:52:15 +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; }
|
||
|
}
|