-10
This commit is contained in:
@ -1,3 +1,12 @@
|
||||
2010-05-23 zzz
|
||||
* i2psnark:
|
||||
- Choke slower when at bandwidth limit
|
||||
- Fix completion % for small files
|
||||
- Use Random from context
|
||||
* NewsFetcher:
|
||||
- Add backup URL
|
||||
- Change to 0 retries (was 2)
|
||||
|
||||
2010-05-21 zzz
|
||||
* i2psnark:
|
||||
- Spiff up dir listings
|
||||
|
@ -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 = 9;
|
||||
public final static long BUILD = 10;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user