13 lines
314 B
C++
13 lines
314 B
C++
|
// Copyright (c) 2011 The Chromium Embedded Framework Authors. All rights
|
||
|
// reserved. Use of this source code is governed by a BSD-style license that
|
||
|
// can be found in the LICENSE file.
|
||
|
//
|
||
|
|
||
|
#include "include/cef_version.h"
|
||
|
#include "cef_logging.h"
|
||
|
|
||
|
CEF_EXPORT int cef_build_revision()
|
||
|
{
|
||
|
return CEF_REVISION;
|
||
|
}
|