Config.h revision 5460a1f25d9ddecb5c70667267d66d51af177a99
1//===- Config.h.in --------------------------------------------------------===//
2//
3//                     The MCLinker Project
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9
10//===----------------------------------------------------------------------===//
11// Hand-coded for Android build
12//===----------------------------------------------------------------------===//
13
14#ifndef MCLD_CONFIG_H
15#define MCLD_CONFIG_H
16
17namespace mcld {
18namespace internal {
19
20static const char* version="0.2.10.1-18peaks";
21
22} // namespace of internal
23} // namespace of mcld
24
25#endif
26
27