diff options
author | Gav Wood <i@gavwood.com> | 2014-06-11 18:31:56 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-06-11 18:31:56 +0800 |
commit | 320350e0192d2546cce9350e9334042c8c88ee53 (patch) | |
tree | 8827e7a8dbe87e069ae9a40072584057bce1b94c | |
parent | f996766314e2680ca83b001621d3f59ad6db4d0f (diff) | |
download | dexon-solidity-320350e0192d2546cce9350e9334042c8c88ee53.tar.gz dexon-solidity-320350e0192d2546cce9350e9334042c8c88ee53.tar.zst dexon-solidity-320350e0192d2546cce9350e9334042c8c88ee53.zip |
Protocol 20 changes.
Added my new address to the premine.
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |