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).
This commit is contained in:
Jason Rhinelander 2020-02-26 16:16:57 -04:00
parent 9ed8d2f55a
commit df7a173649
1 changed files with 1 additions and 1 deletions

View File

@ -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() << "/"