mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-04-27 23:45:19 +00:00
allow an extra part appended to the router version
This commit is contained in:
@@ -48,7 +48,7 @@ public class SummaryHelper extends HelperBase {
|
||||
*
|
||||
*/
|
||||
public String getVersion() {
|
||||
return RouterVersion.VERSION + "-" + RouterVersion.BUILD;
|
||||
return RouterVersion.FULL_VERSION;
|
||||
}
|
||||
/**
|
||||
* Retrieve a pretty printed uptime count (ala 4d or 7h or 39m)
|
||||
|
||||
Reference in New Issue
Block a user