ClickHouse/libs/libcommon/src/Revision.cpp

8 lines
116 B
C++
Raw Normal View History

2012-03-11 08:54:12 +00:00
#include <Yandex/Revision.h>
#include "revision.h"
namespace Revision
{
unsigned get() { return SVN_REVISION; }
}