Skip to content

Commit 1d0b2ee

Browse files
committed
Update LIBBITCOIN_SYSTEM_VERSION reference.
1 parent 494292e commit 1d0b2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/executor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ void executor::do_version()
106106
output_ << format(BN_VERSION_MESSAGE) %
107107
LIBBITCOIN_NODE_VERSION %
108108
LIBBITCOIN_BLOCKCHAIN_VERSION %
109-
LIBBITCOIN_VERSION << std::endl;
109+
LIBBITCOIN_SYSTEM_VERSION << std::endl;
110110
}
111111

112112
// Emit to the log.

0 commit comments

Comments
 (0)