ctai/3rdparty/QCefView/include/QCefCore/CefVersion.h

25 lines
615 B
C

//
// CefVersion.h
// CefViewCore
//
// Created by Sheen Tian on 2025/1/19.
// This file was generated during CMake configuring.
// Do not edit this file directly by manual.
// Edit the CefVersion.h.in and then re-config project with CMake.
//
#ifndef CefVersion_h
#define CefVersion_h
#pragma once
// clang-format off
#define CEF_VERSION "134.3.6+g96006d1+chromium-134.0.6998.118"
#define CEF_VERSION_MAJOR 134
#define CEF_VERSION_MINOR 3
#define CEF_VERSION_PATCH 6
#define CEF_COMMIT_NUMBER 3155
#define CEF_COMMIT_HASH "96006d11935cd82a004d992db6e7124825352e19"
// clang-format on
#endif // CefVersion