Changeset 72fd42e
- Timestamp:
- Jan 17, 2009 5:35:14 PM (12 years ago)
- Branches:
- master
- Children:
- 173e8a04
- Parents:
- ba7dbf9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
history.txt
rba7dbf9 r72fd42e 1 2009-01-17 zzz 2 * NTCP: Prevent two NTCP Pumpers 3 1 4 2009-01-14 zzz 2 5 * config.jsp: Fix burst seconds display -
router/java/src/net/i2p/router/RouterVersion.java
rba7dbf9 r72fd42e 18 18 public final static String ID = "$Revision: 1.548 $ $Date: 2008-06-07 23:00:00 $"; 19 19 public final static String VERSION = "0.6.5"; 20 public final static long BUILD = 1 0;20 public final static long BUILD = 11; 21 21 public static void main(String args[]) { 22 22 System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
Note: See TracChangeset
for help on using the changeset viewer.