blob: e1d1c57d3baa84587c9590e66d2de58719fb49ab [file] [log] [blame]
// Copyright 2013 The Flutter 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 "flutter/common/version/version.h"
namespace blink {
const char* GetFlutterEngineVersion() {
return FLUTTER_ENGINE_VERSION;
}
const char* GetSkiaVersion() {
return SKIA_VERSION;
}
const char* GetDartVersion() {
return DART_VERSION;
}
} // namespace blink