mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
slightly more informative update message in console (to differentiate from version)
This commit is contained in:
@@ -112,8 +112,9 @@ public class UpdateCheck {
|
||||
boolean offerToUpdateContributions = true;
|
||||
|
||||
if (latest > Base.getRevision()) {
|
||||
System.out.println("You are running Processing revision " +
|
||||
Base.getRevision() + ", the latest is " + latest + ".");
|
||||
System.out.println("You are running Processing revision 0" +
|
||||
Base.getRevision() + ", the latest build is 0" +
|
||||
latest + ".");
|
||||
// Assume the person is busy downloading the latest version
|
||||
offerToUpdateContributions = !promptToVisitDownloadPage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user