Changeset b7d980d
- Timestamp:
- Apr 2, 2019 5:39:32 PM (2 years ago)
- Branches:
- master
- Children:
- 76ee577, d389b3b
- Parents:
- 491cd0a
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
history.txt
r491cd0a rb7d980d 1 2019-04-02 zab 2 * I2PTunnel: mplement access filtering (ticket #2464 3 1 4 2019-03-27 zzz 2 5 * NetDB: Cache blinding data for lookups and decryption (proposal #123) -
router/java/src/net/i2p/router/RouterVersion.java
r491cd0a rb7d980d 19 19 public final static String ID = "Monotone"; 20 20 public final static String VERSION = CoreVersion.VERSION; 21 public final static long BUILD = 2;21 public final static long BUILD = 3; 22 22 23 23 /** for example "-test" */
Note: See TracChangeset
for help on using the changeset viewer.