mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Protocol 20 changes.
Added my new address to the premine.
This commit is contained in:
parent
f996766314
commit
320350e019
2
main.cpp
2
main.cpp
@ -46,7 +46,7 @@ void help()
|
|||||||
|
|
||||||
void version()
|
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 << " By Gav Wood, (c) 2014." << endl;
|
||||||
cout << "Build: " << ETH_QUOTED(ETH_BUILD_PLATFORM) << "/" << ETH_QUOTED(ETH_BUILD_TYPE) << endl;
|
cout << "Build: " << ETH_QUOTED(ETH_BUILD_PLATFORM) << "/" << ETH_QUOTED(ETH_BUILD_TYPE) << endl;
|
||||||
exit(0);
|
exit(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user