From 320350e0192d2546cce9350e9334042c8c88ee53 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Wed, 11 Jun 2014 11:31:56 +0100 Subject: [PATCH] Protocol 20 changes. Added my new address to the premine. --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index be4ea8c01..020d137bb 100644 --- a/main.cpp +++ b/main.cpp @@ -46,7 +46,7 @@ void help() void version() { - cout << "LLLC, the Lovely Little Language Compiler " << ETH_QUOTED(ETH_VERSION) << endl; + cout << "LLLC, the Lovely Little Language Compiler " << eth::EthVersion << endl; cout << " By Gav Wood, (c) 2014." << endl; cout << "Build: " << ETH_QUOTED(ETH_BUILD_PLATFORM) << "/" << ETH_QUOTED(ETH_BUILD_TYPE) << endl; exit(0);