forked from I2P_Developers/i2p.i2p
set installed dev version
This commit is contained in:
@ -140,6 +140,7 @@ public class ConsoleUpdateManager implements UpdateManager, RouterApp {
|
|||||||
notifyInstalled(NEWS, "", Long.toString(NewsHelper.lastUpdated(_context)));
|
notifyInstalled(NEWS, "", Long.toString(NewsHelper.lastUpdated(_context)));
|
||||||
notifyInstalled(ROUTER_SIGNED, "", RouterVersion.VERSION);
|
notifyInstalled(ROUTER_SIGNED, "", RouterVersion.VERSION);
|
||||||
notifyInstalled(ROUTER_SIGNED_SU3, "", RouterVersion.VERSION);
|
notifyInstalled(ROUTER_SIGNED_SU3, "", RouterVersion.VERSION);
|
||||||
|
notifyInstalled(ROUTER_DEV_SU3, "", RouterVersion.FULL_VERSION);
|
||||||
// hack to init from the current news file... do this before we register Updaters
|
// hack to init from the current news file... do this before we register Updaters
|
||||||
// This will not kick off any Updaters as none are yet registered
|
// This will not kick off any Updaters as none are yet registered
|
||||||
(new NewsFetcher(_context, this, Collections.<URI> emptyList())).checkForUpdates();
|
(new NewsFetcher(_context, this, Collections.<URI> emptyList())).checkForUpdates();
|
||||||
|
Reference in New Issue
Block a user