Protocol 20 changes.

Added my new address to the premine.
This commit is contained in:
Gav Wood 2014-06-11 11:31:56 +01:00
parent f996766314
commit 320350e019

View File

@ -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);