osquery-1/osquery/main/lib.cpp
2014-12-03 15:14:02 -08:00

11 lines
173 B
C++

// Copyright 2004-present Facebook. All Rights Reserved.
#include <string>
#include <osquery/core.h>
namespace osquery {
const std::string kVersion = OSQUERY_VERSION;
}