blob: 6d428c061e64d0b204f09960be23fa78a9e2d369 [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.
//
//===----------------------------------------------------------------------===//
#ifndef MCLD_CONFIG_H
#define MCLD_CONFIG_H
namespace mcld {
namespace internal {
static const char* version="@MCLD_VERSION@";
} // namespace of internal
} // namespace of mcld
#endif