aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-06-11 18:31:56 +0800
committerGav Wood <i@gavwood.com>2014-06-11 18:31:56 +0800
commit320350e0192d2546cce9350e9334042c8c88ee53 (patch)
tree8827e7a8dbe87e069ae9a40072584057bce1b94c
parentf996766314e2680ca83b001621d3f59ad6db4d0f (diff)
downloaddexon-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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index be4ea8c0..020d137b 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);