Updated to new semver template format.
This commit is contained in:
parent
bc985dbed4
commit
a45a514542
4 changed files with 53 additions and 53 deletions
|
@ -69,7 +69,7 @@ public class Mobibot extends PircBot {
|
|||
|
||||
// The info strings.
|
||||
private static final String[] INFO_STRS = {
|
||||
ReleaseInfo.project + " v" + ReleaseInfo.version + " 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.version
|
||||
+ ReleaseInfo.VERSION
|
||||
+ " ("
|
||||
+ Utils.isoLocalDate(ReleaseInfo.buildDate) + ')',
|
||||
+ Utils.isoLocalDate(ReleaseInfo.BUILDDATE) + ')',
|
||||
"Platform: "
|
||||
+ System.getProperty("os.name")
|
||||
+ " ("
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue