allow an extra part appended to the router version

This commit is contained in:
zzz
2009-04-28 14:13:05 +00:00
parent c1d7562331
commit a0c4e79c8a
3 changed files with 8 additions and 5 deletions

View File

@ -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)