Shorten version and prefix with v

So we get `v0.7.0` instead of `lokinet-0.7.0-abcdef12`; the latter is
useful for devs, but not so much for random operators (and you can
always go get the full version from the binary).
pull/1143/head
Jason Rhinelander 4 years ago
parent 9ed8d2f55a
commit df7a173649

@ -680,7 +680,7 @@ namespace llarp
#if defined(WITH_SYSTEMD)
{
std::stringstream ss;
ss << "WATCHDOG=1\nSTATUS=" << llarp::VERSION_FULL;
ss << "WATCHDOG=1\nSTATUS=v" << llarp::VERSION_STR;
if(IsServiceNode())
{
ss << " snode | known/svc/clients: " << nodedb()->num_loaded() << "/"

Loading…
Cancel
Save