diff --git a/apps/i2ptunnel/jsp/index.jsp b/apps/i2ptunnel/jsp/index.jsp index a460877a07..5e98a0a49b 100644 --- a/apps/i2ptunnel/jsp/index.jsp +++ b/apps/i2ptunnel/jsp/index.jsp @@ -35,10 +35,8 @@

<%=intl._t("Hidden Services Manager")%>

<%=intl._t("These are the local services provided by your router.")%> -<%=intl._t("They may be clients started through the Tunnel Manager or external programs connecting through SAM, BOB, or directly to I2CP.")%> -<%=intl._t("By default, most of your client services (mail, http proxy, IRC) will share the same set of tunnels (for performance reasons) and be listed as \"Shared Clients\" and \"Shared Clients(DSA)\".")%> -<%=intl._t("However, if you experience a tunnel failure, all your services will go offline at the same time, so in some scenarios you may wish to configure client services to use their own set of tunnels.")%> -<%=intl._t("This can be done by unchecking the \"Share tunnels with other clients…\" option listed under \"Shared Clients\" on the configuration page of the relevant client service, after which you will need to restart the client service from this page.")%> +  +<%=intl._t("By default, most of your client services (email, HTTP proxy, IRC) will share the same set of tunnels and be listed as \"Shared Clients\" and \"Shared Clients(DSA)\".")%>

<% boolean isInitialized = indexBean.isInitialized(); diff --git a/apps/routerconsole/java/src/net/i2p/router/web/helpers/NetDbRenderer.java b/apps/routerconsole/java/src/net/i2p/router/web/helpers/NetDbRenderer.java index 58b33a8ef8..4a5692232c 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/helpers/NetDbRenderer.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/helpers/NetDbRenderer.java @@ -107,6 +107,9 @@ class NetDbRenderer { StringBuilder buf = new StringBuilder(4*1024); List sybils = sybil != null ? new ArrayList(128) : null; if (".".equals(routerPrefix)) { + buf.append("
") + .append(_t("Never reveal your router identity to anyone, as it is uniquely linked to your IP address in the network database.")) + .append("
"); renderRouterInfo(buf, _context.router().getRouterInfo(), true, true); } else { StringBuilder ubuf = new StringBuilder(); diff --git a/apps/routerconsole/java/src/net/i2p/router/web/helpers/TunnelRenderer.java b/apps/routerconsole/java/src/net/i2p/router/web/helpers/TunnelRenderer.java index 344b7646e3..2d36e2bf84 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/helpers/TunnelRenderer.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/helpers/TunnelRenderer.java @@ -76,7 +76,7 @@ class TunnelRenderer { dname = DataHelper.escapeHTML(_t(name)); } out.write("

" + _t("Client tunnels for") + ' ' + dname); + + "\" >" + _t("Client tunnels for {0}", dname)); if (isLocal) { // links are set to float:right in CSS so they will be displayed in reverse order out.write(" [" + _t("configure") + "]"); @@ -97,7 +97,7 @@ class TunnelRenderer { if (aname == null) aname = ab64; out.write("

" + _t("Client tunnels for") + ' ' + DataHelper.escapeHTML(_t(aname))); + + "\" >" + _t("Client tunnels for {0}", DataHelper.escapeHTML(_t(aname)))); if (isLocal) out.write(" [" + _t("configure") + "]

\n"); else diff --git a/apps/routerconsole/jsp/configadvanced.jsp b/apps/routerconsole/jsp/configadvanced.jsp index f282f89ed2..16c28c565e 100644 --- a/apps/routerconsole/jsp/configadvanced.jsp +++ b/apps/routerconsole/jsp/configadvanced.jsp @@ -24,11 +24,8 @@ <%@include file="formhandler.jsi" %>
-

The router configuration options listed below are not available in the user interface, usually because they are rarely used or provide access to advanced settings that most users will not need. -This is not a comprehensive list. -Some settings will require a restart of the router to take effect. -Note that all settings are case sensitive. -You will need to edit your router.config file to add options, or, once you have added routerconsole.advanced=true to the router.config file, you may edit settings within the console on the Advanced Configuration page.

+

<%=intl._t("Most of the router configuration options listed below are not available in the user interface, because they are rarely used or provide access to advanced settings that most users will not need.")%> +<%=intl._t("You must edit your router.config file to add options, or, if you have added routerconsole.advanced=true to the router.config file, you may edit settings within the console on this page.")%>

<%=intl._t("Floodfill Configuration")%>

@@ -97,30 +94,22 @@ You will need to edit your router.config file to add options, or, o

<%=intl._t("Advanced Configuration Help")%>

- - + + - - - - + - - - - + - +
routerconsole.advanced={true|false}
Only set this to true if you know what you are doing!
When set to true, additional functionality will be enabled in the console and the user will be able to edit settings directly on the Advanced Configuration page. -Extra display options are provided in the Network Database section, including the Sybil Analysis tool, and there are additional configuration options on the Clients Configuration page. -This will also enable the installation of unsigned updates, manual configuration of the news URL, and the installation of plugins. -You may also wish to enable the "Advanced" sidebar section on the Sidebar Configuration page.
<%=intl._t("Only set this to true if you know what you are doing!")%>
<%=intl._t("When set to true, additional functionality will be enabled in the console and the user will be able to edit settings directly on this page")%>. +<%=intl._t("Extra display options are provided in the Network Database section.")%> +<%=intl._t("This will also enable the installation of unsigned updates.")%> +<%=intl._t("You may also wish to enable the advanced sidebar section on the Sidebar Configuration page.")%>
routerconsole.browser={/path/to/browser}
This setting allows the manual selection of the browser which I2P will launch on startup (if the console is configured to launch a browser on startup), overriding the OS default browser.
router.updateUnsignedURL={url}
This setting allows you to configure the update url for the unsigned update feature, if enabled. -The url should end with /i2pupdate.zip. -Note: do not install unsigned updates unless you trust the source of the update!
<%=intl._t("This setting allows the manual selection of the browser which I2P will launch on startup.")%>
routerconsole.showSearch={true|false}
When set to true, a configurable search bar will appear on the console homepage. -Additional searches may then be added on the home configuration page.
router.hideFloodfillParticipant={true|false}
When set to true, if your router is serving as a floodfill for the network, your floodfill participation will be hidden from other routers.
<%=intl._t("When set to true, a configurable search bar will appear on the console home page")%>. +<%=intl._t("Additional searches may then be added on the home configuration page.")%>
router.maxParticipatingTunnels={n}
Determines the maximum number of participating tunnels the router can build. -To disable participation completely, set to 0.
<%=intl._t("Determines the maximum number of participating tunnels the router will accept.")%> +<%=intl._t("To disable participation completely, set to 0.")%>
diff --git a/apps/routerconsole/jsp/help-faq.jsi b/apps/routerconsole/jsp/help-faq.jsi index 082afee143..adb5bd9993 100644 --- a/apps/routerconsole/jsp/help-faq.jsi +++ b/apps/routerconsole/jsp/help-faq.jsi @@ -1,78 +1,70 @@ -

Abridged I2P FAQ

+

<%=intl._t("Abridged I2P FAQ")%>

+

<%=intl._t("This is a shortened version of the official FAQ.")%> +<%=intl._t("For the full version, please visit {0} or {1}.", +"geti2p.net/faq", +"i2p-projekt.i2p/faq")%> -

This is a shortened version of the official FAQ. -For the full version, please visit https://geti2p.net/faq or http://i2p-projekt.i2p/faq. +

<%=intl._t("My router has been up for several minutes and has zero or very few connections")%>

+

<%=intl._t("If after a few minutes of uptime your router is indicating 0 Active Peers and 0 Known Peers, with a notification in the sidebar that you need to check your network connection, verify that you can access the internet.")%> +<%=intl._t("If your internet connection is functional, you may need to unblock Java in your firewall.")%> +<%=intl._t("Otherwise, you may need to reseed your I2P router. Visit the Reseed Configuration page and click the \"Save Changes and Reseed Now\" button.")%>

-

My router has been up for several minutes and has zero or very few connections

+

<%=intl._t("My router has very few active peers, is this OK?")%>

+

<%=intl._t("If your router has 10 or more active peers, everything is fine.")%> +<%=intl._t("The router should maintain connections to a few peers at all times.")%> +<%=intl._t("The best way to stay connected to the network is to share more bandwidth.")%>

-

If after a few minutes of uptime your router is indicating 0 Active Peers and 0 Known Peers, with a notification in the sidebar that you need to check your network connection, verify that you can access the internet. -If your internet connection is functional, you may need to unblock Java in your firewall. -Otherwise, you may need to reseed your I2P router. Visit the Reseed Configuration page and click the "Save Changes and Reseed Now" button.

- -

My router has very few active peers, is this OK?

- -

If your router has 10 or more active peers, everything is fine. -The router should maintain connections to a few peers at all times. -The best way to stay "better-connected" to the network is to share more bandwidth.

- -

I'm missing lots of hosts in my addressbook. What are some good subscription links?

- -

The default subscription is to http://i2p-projekt.i2p/hosts.txt which is seldom updated. -If you don't have another subscription, you may often have to use "jump" links which is much slower but ensures that your addressbook is only populated by sites you use (in addition to the default subscription addresses). -To speed up browsing on I2P, it's a good idea to add some addressbook subscriptions.

- -

Here are some other public addressbook subscription links. -You may wish to add one or two to your susidns subscription list. -In the event that addresses conflict in the subscriptions, the lists placed at the top of your susidns configuration will take precedence over those placed further down.

+

<%=intl._t("I am missing lots of hosts in my addressbook. What are some good subscription links?")%>

+

<%=intl._t("The default subscription is to {0} which is seldom updated.", "i2p-projekt.i2p")%> +<%=intl._t("If you don't have another subscription, you may use \"jump\" links which are slower, but ensure that your addressbook only contains the default addresses and sites that you use.")%> +<%=intl._t("To speed up browsing on I2P, it's a good idea to add some addressbook subscriptions.")%>

+

<%=intl._t("Here are some other public addressbook subscription links.")%> +<%=intl._t("You may wish to add one or two to your subscription list.")%>

-

Note that subscribing to a hosts.txt service is an act of trust, as a malicious subscription could give you incorrect addresses, so be careful subscribing to lists from unknown sources. -The operators of these services may have various policies for listing hosts. -Presence on this list does not imply endorsement.

+

<%=intl._t("Note that subscribing to a hosts.txt service is an act of trust, as a malicious subscription could give you incorrect addresses, so be careful subscribing to lists from unknown sources.")%> +<%=intl._t("The operators of these services may have various policies for listing hosts.")%> +<%=intl._t("Presence on this list does not imply endorsement.")%>

-

How do I access IRC, BitTorrent, or other services on the regular Internet?

+

<%=intl._t("How do I access IRC, BitTorrent, or other services on the regular Internet?")%>

+

<%=intl._t("Unless an outproxy has been set up for the service you want to connect to, this is not possible.")%> +<%=intl._t("There are only three types of outproxies running right now: HTTP, HTTPS, and email.")%> +<%=intl._t("Note that there is currently no public SOCKS outproxy.")%>

-

Unless an outproxy has been set up for the service you want to connect to, this is not possible. -There are only three types of outproxies running right now: HTTP, HTTPS, and email. -Note that there is currently no publicly listed SOCKS outproxy. -If this type of service is required, try Tor.

+

<%=intl._t("How do I configure my browser to access I2P websites?")%>

+

<%=intl._t("You will need to configure your browser to use the HTTP proxy server on host 127.0.0.1 port 4444).")%> +<%=intl._t("See the {0} for a more detailed explanation.", +"" + intl._t("Browser Proxy Configuration Guide") + "")%>

-

How do I configure my browser to access .i2p websites?

-

You will need to configure your browser to use the HTTP proxy server (by default on host: 127.0.0.1 port: 4444). -See the Browser Proxy Configuration Guide for a more detailed explanation.

+

<%=intl._t("What is an eepsite?")%>

+

<%=intl._t("An eepsite is a website that is hosted anonymously on the I2P network.")%> +<%=intl._t("You can access it by configuring your web browser to use I2P's HTTP proxy and browsing to the website.")%>

-

What is an eepsite?

+

<%=intl._t("Most of the eepsites are down?")%>

+

<%=intl._t("If you consider every eepsite that has ever been created, yes, most of them are down.")%> +<%=intl._t("People and eepsites come and go.")%> +<%=intl._t("A good way to get started in I2P is check out a list of eepsites that are currently up.")%> +<%=intl._t("{0} tracks active eepsites.", +"identiguy.i2p")%>

-

An eepsite is a website that is hosted anonymously on the I2P network - you can access it by configuring your web browser to use I2P's HTTP proxy (see above) and browsing to the .i2p suffixed website (e.g. http://i2p-projekt.i2p). -Also ensure your browser is configured to resolve DNS remotely when using the proxy to avoid DNS leaks.

+

<%=intl._t("How do I connect to IRC within I2P?")%>

+

<%=intl._t("A tunnel to the main IRC server network within I2P, Irc2P, is automatically started when the I2P router starts.")%> +<%=intl._t("To connect to it, tell your IRC client to connect to server: 127.0.0.1 port: 6668.")%>

-

Most of the eepsites are down?

- -

If you consider every eepsite that has ever been created, yes, most of them are down. -People and eepsites come and go. -A good way to get started in I2P is check out a list of eepsites that are currently up. -http://identiguy.i2p tracks active eepsites.

- -

How do I connect to IRC within I2P?

- -

A tunnel to the main IRC server network within I2P, Irc2P, is created when I2P is installed (see the I2P Tunnel Manager), and is automatically started when the I2P router starts. -To connect to it, tell your IRC client to connect to server: 127.0.0.1 port: 6668.

- -

HexChat-like client users can create a new network with the server 127.0.0.1/6668 (remember to tick "Bypass proxy server" if you have a proxy server configured), or you can connect with the command /server 127.0.0.1 6668. -Different IRC clients may require a different command, consult your IRC client's manual for more information.

- -

What ports does I2P use?

+

<%=intl._t("HexChat-like client users can create a new network with the server 127.0.0.1/6668, or you can connect with the command /server 127.0.0.1 6668.")%> +<%=intl._t("Different IRC clients may require a different command, consult the client documentation.")%>

+

<%=intl._t("What ports does I2P use?")%>

- - - + + + - - + + + @@ -159,4 +152,3 @@ The selected port is shown on the Inbound TCP may be disabled on the Network Configuration page.
LOCAL PORTS
These are the local I2P port mappings, listening only to local connections by default, except where noted. -Unless you require access from other machines, they should only be accessible from localhost.
PortFunctionNotes
<%=intl._t("Local ports")%>
<%=intl._t("These are the local I2P port mappings, listening only to local connections by default, except where noted.")%> +<%=intl._t("Unless you require access from other machines, they should only be accessible from localhost.")%>
<%=intl._t("Port")%><%=intl._t("Function")%><%=intl._t("Notes")%>
1900 UPnP SSDP UDP multicast listener Cannot be changed. @@ -149,9 +141,10 @@ To change, see the wrapper documentation.
INTERNET FACING PORTS
I2P selects a random port between 9000 and 31000 to communicate with other routers when the program is run for the first time, or when your external IP address changes when running in Laptop Mode. -The selected port is shown on the Network Configuration page.
<%=intl._t("Internet facing ports")%>
<%=intl._t("I2P selects a random port to communicate with other routers when the program is run for the first time.")%> +<%=intl._t("The selected port is shown on the Network Configuration page.")%>
Outbound UDP from the random port noted on the Network Configuration page to arbitrary remote UDP ports, allowing replies.
Outbound TCP from random high ports to arbitrary remote TCP ports.
Inbound UDP to the port noted on the Network Configuration page from arbitrary locations (optional, but recommended).
Outbound UDP on port 123, allowing replies: this is necessary for I2P's internal time sync (via SNTP - querying a random SNTP host in pool.ntp.org or another server you specify).
- diff --git a/apps/routerconsole/jsp/help-reachability.jsi b/apps/routerconsole/jsp/help-reachability.jsi index cbd236caa3..c32210c1ae 100644 --- a/apps/routerconsole/jsp/help-reachability.jsi +++ b/apps/routerconsole/jsp/help-reachability.jsi @@ -70,3 +70,9 @@ <%=intl._t("Do you have another I2P instance running? Stop the conflicting program and restart I2P.")%> + +

<%=intl._t("Clock Skew")%>

+<%=intl._t("The skew (offset) of your computer's clock relative to the network-synced time.")%> +<%=intl._t("I2P requires your computer's time be accurate.")%> +<%=intl._t("If the skew is more than a few seconds, please correct the problem by adjusting your computer's time.")%> +<%=intl._t("If I2P cannot connect to the internet, a reading of 0ms may be indicated.")%> diff --git a/apps/routerconsole/jsp/help-sidebar.jsi b/apps/routerconsole/jsp/help-sidebar.jsi index d1d846ef39..56921658e9 100644 --- a/apps/routerconsole/jsp/help-sidebar.jsi +++ b/apps/routerconsole/jsp/help-sidebar.jsi @@ -1,69 +1,43 @@ -

Sidebar Information

- -

Many of the stats on the sidebar may be configured to be graphed for further analysis. -You may also customize the sections that appear on the Sidebar and their positioning on the Sidebar Configuration page. +

<%=intl._t("Sidebar Information")%>

+

<%=intl._t("Many of the stats on the sidebar may be configured to be graphed for further analysis.")%> +<%=intl._t("You may also customize the sections that appear on the Sidebar and their positioning on the Sidebar Configuration page.")%>

-

Router Info

+

<%=intl._t("Bandwidth in/out")%>

+

<%=intl._t("This section indicates your average bandwidth speeds and total usage for the session.")%> +<%=intl._t("All values are in bytes per second, not bits per second.")%> +<%=intl._t("You may change your bandwidth limits on the Bandwidth Configuration page.")%> +<%=intl._t("The more bandwidth you make available, the more you help the network and improve your own anonymity, so please take the time to review the settings.")%> +<%=intl._t("Your upstream share amount (KBps Out) will determine your overall contribution to the network.")%> +

+ +

<%=intl._t("Peers")%>

- -

Peers

- - - -

This section indicates your average bandwidth speeds and total usage for the session. -All values are in bytes per second, not bits per second. -You may change your bandwidth limits on the Bandwidth Configuration page. -The more bandwidth you make available, the more you help the network and improve your own anonymity, so please take the time to review the settings. -If you are unsure of your network's speed, using a service such as SpeedTest or similar will give you a good indication of your bandwidth capability. -Your upstream share amount (KBps Out) will determine your overall contribution to the network. -Bandwidth is graphed by default.

- diff --git a/apps/routerconsole/jsp/help.jsi b/apps/routerconsole/jsp/help.jsi index 02b7777068..136cd34439 100644 --- a/apps/routerconsole/jsp/help.jsi +++ b/apps/routerconsole/jsp/help.jsi @@ -1,9 +1,10 @@ -

Further Assistance

-

If you'd like to help improve or translate the documentation, or help with other aspects of the project, please see the documentation for volunteers.

-

Further assistance is available here:

+

<%=intl._t("Further Assistance")%>

+

<%=intl._t("If you would like to help improve or translate the documentation, or help with other aspects of the project, please see the documentation for volunteers.")%>

+

<%=intl._t("Further assistance is available here:")%>

-

You may also try zzz's developer forum, -or I2P's IRC network.

+

<%=intl._t("You may also try {0} or {1}.", +"" + intl._t("I2P Forum") + "", +"" + intl._t("I2P's IRC network") + "")%>

diff --git a/apps/routerconsole/jsp/help.jsp b/apps/routerconsole/jsp/help.jsp index 06a7bf776e..2c54601940 100644 --- a/apps/routerconsole/jsp/help.jsp +++ b/apps/routerconsole/jsp/help.jsp @@ -2,28 +2,22 @@ <%@page trimDirectiveWhitespaces="true"%> <%@page pageEncoding="UTF-8"%> -<% - /* - * Do not tag this file for translation - copy it to help_xx.jsp and translate inline. - */ -%> -I2P Router Console - help + <%@include file="css.jsi" %> +<%=intl.title("help")%> <%@include file="summaryajax.jsi" %> <%@include file="summary.jsi" %> -

I2P Router Help & Support

+

<%=intl._t("I2P Router Help and Support")%>

- -
<%@include file="help.jsi" %>
<%@include file="help-sidebar.jsi" %>
<%@include file="help-reachability.jsi" %>
diff --git a/apps/routerconsole/jsp/jobs.jsp b/apps/routerconsole/jsp/jobs.jsp index 2a8dca9e00..09102085e4 100644 --- a/apps/routerconsole/jsp/jobs.jsp +++ b/apps/routerconsole/jsp/jobs.jsp @@ -14,6 +14,7 @@ <% jobQueueHelper.storeWriter(out); %> +<%-- This page is hidden behind advanced config, don't bother translating --%>

Congestion

Some basic indications of router overload:

  • @@ -21,16 +22,14 @@ Unfortunately, there are several other job queues in the router that may be congested, and their status is not available in the router console. The job lag should generally be zero. If it is consistently higher than 500ms, your computer is very slow, your network is experiencing connectivity issues, or the router has serious problems. -[Enable graphing].
  • Message Delay: How long an outbound message waits in the queue. This should generally be a few hundred milliseconds or less. If it is consistently higher than 1000ms, your computer is very slow, or you should adjust your bandwidth limits, or your (Bittorrent?) clients may be sending too much data and should have their transmit bandwidth limit reduced. -[Enable graphing] (transport.sendProcessingTime).
  • Accepting/Rejecting: Your router's status on accepting or rejecting requests from other routers to build a participating tunnel through your router. Your router may accept all requests, accept or reject a percentage of requests, or reject all requests for a number of reasons, to control the bandwidth and CPU demands and maintain capacity for local clients. -Note: It will take at least 10 minutes from your router starting for it to accept building participating tunnels in order to ensure your router is stable and successfully bootstrapped to the network. +Note: It will take several minutes after startup to begin accepting participating tunnels. This ensures your router is stable and successfully bootstrapped to the network.
diff --git a/apps/routerconsole/jsp/tunnels.jsp b/apps/routerconsole/jsp/tunnels.jsp index df5c2e76ca..27eba0ccdd 100644 --- a/apps/routerconsole/jsp/tunnels.jsp +++ b/apps/routerconsole/jsp/tunnels.jsp @@ -15,24 +15,27 @@ <% tunnelHelper.storeWriter(out); %>

-This page shows tunnels built by and routed through your router. +<%=intl._t("This page shows tunnels built by and routed through your router.")%>

  • -Exploratory: Tunnels built by your router and used for communication with the floodfill peers, building new tunnels, and testing existing tunnels. +<%=intl._t("Exploratory tunnels")%>: +<%=intl._t("Tunnels built by your router and used for communication with the floodfill peers, building new tunnels, and testing existing tunnels.")%>
  • -Client: Tunnels built by your router for each client's use. +<%=intl._t("Client tunnels")%>: +<%=intl._t("Tunnels built by your router for each client's use.")%>
  • -Participating: Tunnels built by other routers through your router. -This may vary widely depending on network demand, your shared bandwidth, and amount of locally-generated traffic. -The recommended method for limiting participating tunnels is to change your share percentage on the Bandwidth Configuration page. -You may also limit the total number by setting router.maxParticipatingTunnels=nnn on the Advanced configuration page. -[Enable graphing]. +<%=intl._t("Participating tunnels")%>: +<%=intl._t("Tunnels built by other routers through your router.")%> +<%=intl._t("The quantity may vary widely depending on network demand, your shared bandwidth, and amount of locally-generated traffic.")%> +<%=intl._t("The recommended method for limiting participating tunnels is to change your share percentage on the Bandwidth Configuration page.")%> +<%=intl._t("You may also limit the total number by setting router.maxParticipatingTunnels=nnn on the Advanced configuration page.")%>
  • -Share Ratio: The number of participating tunnels you route for others, divided by the total number of hops in all your exploratory and client tunnels. -A number greater than 1.00 means you are contributing more tunnels to the network than you are using. +<%=intl._t("Share ratio")%>: +<%=intl._t("The number of participating tunnels you route for others, divided by the total number of hops in all your exploratory and client tunnels.")%> +<%=intl._t("A number greater than 1.00 means you are contributing more tunnels to the network than you are using.")%>

diff --git a/history.txt b/history.txt index 58a5143f2d..9f043eacb6 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,7 @@ -2019-08-10 str4d: +2019-08-14 zzz + * Console: Clean up help text, tag for translation (ticket #2298) + +2019-08-10 str4d * EdDSA: Reduce diff between vendored code and upstream * Jetty: Fix Gradle build * Tests: diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index fecba78d69..a6204817e3 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -18,7 +18,7 @@ public class RouterVersion { /** deprecated */ public final static String ID = "Monotone"; public final static String VERSION = CoreVersion.VERSION; - public final static long BUILD = 7; + public final static long BUILD = 8; /** for example "-test" */ public final static String EXTRA = "";