| 1 | #include <Common/ClickHouseRevision.h> |
|---|---|
| 2 | #include <Common/config_version.h> |
| 3 | |
| 4 | namespace ClickHouseRevision |
| 5 | { |
| 6 | unsigned get() { return VERSION_REVISION; } |
| 7 | unsigned getVersionInteger() { return VERSION_INTEGER; } |
| 8 | } |
| 9 |
| 1 | #include <Common/ClickHouseRevision.h> |
|---|---|
| 2 | #include <Common/config_version.h> |
| 3 | |
| 4 | namespace ClickHouseRevision |
| 5 | { |
| 6 | unsigned get() { return VERSION_REVISION; } |
| 7 | unsigned getVersionInteger() { return VERSION_INTEGER; } |
| 8 | } |
| 9 |