Switched to new semver mustache template.
This commit is contained in:
parent
492bf96e02
commit
8a8de137d1
4 changed files with 160 additions and 283 deletions
|
@ -69,7 +69,7 @@ public class Mobibot extends PircBot {
|
|||
|
||||
// The info strings.
|
||||
private static final String[] INFO_STRS = {
|
||||
ReleaseInfo.getProject() + " v" + ReleaseInfo.getVersion() + " by Erik C. Thauvin (erik@thauvin.net)",
|
||||
ReleaseInfo.project + " v" + ReleaseInfo.version + " by Erik C. Thauvin (erik@thauvin.net)",
|
||||
"http://www.mobitopia.org/mobibot/"
|
||||
};
|
||||
|
||||
|
@ -100,9 +100,9 @@ public class Mobibot extends PircBot {
|
|||
// The version strings.
|
||||
private static final String[] VERSION_STRS = {
|
||||
"Version: "
|
||||
+ ReleaseInfo.getVersion()
|
||||
+ ReleaseInfo.version
|
||||
+ " ("
|
||||
+ Utils.isoLocalDate(ReleaseInfo.getBuildDate()) + ')',
|
||||
+ Utils.isoLocalDate(ReleaseInfo.buildDate) + ')',
|
||||
"Platform: "
|
||||
+ System.getProperty("os.name")
|
||||
+ " ("
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue