blob: 9dd91159f287796bd479caf5852de4da6c9d0e31 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#include <Common/ClickHouseRevision.h>
#include "config_version.h"
namespace ClickHouseRevision
{
unsigned getVersionRevision() { return VERSION_REVISION; }
unsigned getVersionInteger() { return VERSION_INTEGER; }
}
|