From 8334ce0b2435e925efd54a6efc6f97478792b55c Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Fri, 12 Sep 2014 13:06:51 +0200 Subject: versioning now includes the commit hash, or -final for tagged releases --- src/p2p/net_node.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/p2p') diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl index 626e227bc..ee401ce42 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -866,7 +866,7 @@ namespace nodetool } rsp.connections_count = m_net_server.get_config_object().get_connections_count(); rsp.incoming_connections_count = rsp.connections_count - get_outgoing_connections_count(); - rsp.version = PROJECT_VERSION_LONG; + rsp.version = MONERO_VERSION_FULL; rsp.os_version = tools::get_os_version_string(); m_payload_handler.get_stat_info(rsp.payload_info); return 1; -- cgit v1.2.3