blob: 362b076e4466e3c80466d6102f3bbd838aa40cd2 [file] [log] [blame]
//===- Config.h.in --------------------------------------------------------===//
//
// The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
// Hand-coded for Android build
//===----------------------------------------------------------------------===//
#ifndef MCLD_CONFIG_H
#define MCLD_CONFIG_H
namespace mcld {
namespace internal {
static const char* version="0.2.10.1-18peaks";
} // namespace of internal
} // namespace of mcld
#endif