mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-13 10:06:28 +01:00
34adee805c
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@571 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
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;
|
|
}
|