mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Remove the string "-r16084" from the title bar but not other SVN rev numbers.
This commit is contained in:
@@ -123,8 +123,10 @@ public class BuildInfo {
|
|||||||
// Chris' dev system but not on Dave's dev system. We should note that many
|
// Chris' dev system but not on Dave's dev system. We should note that many
|
||||||
// users are refering to the snapshot build by only using the SVS rev number
|
// users are refering to the snapshot build by only using the SVS rev number
|
||||||
// and the code below may convince them to instead use the date of the archive.
|
// and the code below may convince them to instead use the date of the archive.
|
||||||
if (result.endsWith("-r15897")) {
|
// Note that the number appears to change at some point, now removing:
|
||||||
result = result.replace("-r15897", "");
|
// r16084
|
||||||
|
if (result.endsWith("-r16084")) {
|
||||||
|
result = result.replace("-16084", "");
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user