ctai/3rdparty/CefViewCore/include/CefVersion.h
2025-03-18 18:50:27 +08:00

25 lines
614 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.2+g615db2f+chromium-134.0.6998.89"
#define CEF_VERSION_MAJOR 134
#define CEF_VERSION_MINOR 3
#define CEF_VERSION_PATCH 2
#define CEF_COMMIT_NUMBER 3151
#define CEF_COMMIT_HASH "615db2f583e46822d28a4f2a57c3ef7316c5b17d"
// clang-format on
#endif // CefVersion