//===- 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 | |