Merge "libbcc: Fix build with ISO C++ 11 compilers"
diff --git a/tools/mcld/Main.cpp b/tools/mcld/Main.cpp
index 4f1f661..8e20312 100644
--- a/tools/mcld/Main.cpp
+++ b/tools/mcld/Main.cpp
@@ -142,7 +142,7 @@
 static void MCLDVersionPrinter() {
   llvm::raw_ostream &os = llvm::outs();
   os << "mcld (The MCLinker Project, http://mclinker.googlecode.com/):\n"
-     << "  version: "MCLD_VERSION"\n"
+     << "  version: " MCLD_VERSION "\n"
      << "  Default target: " << DEFAULT_TARGET_TRIPLE_STRING << "\n";
 
   os << "\n";