osquery-1/osquery/main/lib.cpp
2014-11-08 19:28:35 -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;
}