mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-24 12:32:42 +00:00
The default selected version is now the current stable version.
Resolves JIRA issue MMC-10: https://jira.forkk.net/browse/MMC-10
This commit is contained in:
@@ -98,7 +98,7 @@ public:
|
||||
* This is the version that will be selected by default.
|
||||
* By default, this is simply the first version in the list.
|
||||
*/
|
||||
virtual const InstVersion *getLatestStable();
|
||||
virtual const InstVersion *getLatestStable() const;
|
||||
|
||||
/*!
|
||||
* Sorts the version list.
|
||||
|
||||
@@ -47,6 +47,8 @@ public:
|
||||
virtual void printToStdOut() const;
|
||||
virtual void sort();
|
||||
|
||||
virtual InstVersion *getLatestStable() const;
|
||||
|
||||
/*!
|
||||
* Gets the main version list instance.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user