I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit dd9abd3f authored by zzz's avatar zzz
Browse files

set installed dev version

parent 2f5e64e5
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,7 @@ public class ConsoleUpdateManager implements UpdateManager, RouterApp {
notifyInstalled(NEWS, "", Long.toString(NewsHelper.lastUpdated(_context)));
notifyInstalled(ROUTER_SIGNED, "", 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
// This will not kick off any Updaters as none are yet registered
(new NewsFetcher(_context, this, Collections.<URI> emptyList())).checkForUpdates();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment