config_version.h 765 B

123456789101112131415161718192021222324
  1. /// This file was autogenerated by CMake
  2. #pragma once
  3. // NOTE: has nothing common with DBMS_TCP_PROTOCOL_VERSION,
  4. // only DBMS_TCP_PROTOCOL_VERSION should be incremented on protocol changes.
  5. #define VERSION_REVISION 54477
  6. #define VERSION_NAME "ClickHouse"
  7. #define VERSION_MAJOR 23
  8. #define VERSION_MINOR 8
  9. #define VERSION_PATCH 9
  10. #define VERSION_STRING "23.8.9.1"
  11. #define VERSION_STRING_SHORT "23.8"
  12. /* #undef VERSION_OFFICIAL */
  13. #define VERSION_FULL "ClickHouse 23.8.9.1"
  14. #define VERSION_DESCRIBE "v23.8.9.1-lts"
  15. #define VERSION_INTEGER 23008009
  16. /// These fields are frequently changing and we don't want to have them in the header file to allow caching.
  17. extern const char * VERSION_GITHASH;
  18. #if !defined(VERSION_OFFICIAL)
  19. # define VERSION_OFFICIAL ""
  20. #endif