mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-08-28 23:01:16 +00:00
0.4.1.4
This commit is contained in:
@@ -14,8 +14,8 @@ package net.i2p;
|
||||
*
|
||||
*/
|
||||
public class CoreVersion {
|
||||
public final static String ID = "$Revision: 1.23 $ $Date: 2004/10/10 14:33:08 $";
|
||||
public final static String VERSION = "0.4.1.3";
|
||||
public final static String ID = "$Revision: 1.24 $ $Date: 2004/10/18 14:08:00 $";
|
||||
public final static String VERSION = "0.4.1.4";
|
||||
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Core version: " + VERSION);
|
||||
|
||||
+3
-1
@@ -1,4 +1,6 @@
|
||||
$Id: history.txt,v 1.64 2004/11/06 02:59:54 jrandom Exp $
|
||||
$Id: history.txt,v 1.65 2004/11/06 21:25:13 jrandom Exp $
|
||||
|
||||
* 2004-11-06 0.4.1.4 released
|
||||
|
||||
2004-11-06 jrandom
|
||||
* Expose a drop down on the /configclients.jsp to enter the outbound
|
||||
|
||||
@@ -1 +1 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>␍␍<installation version="1.0">␍␍ <info>␍ <appname>i2p</appname>␍ <appversion>0.4.1.3</appversion>␍ <authors>␍ <author name="I2P" email="support@i2p.net"/>␍ </authors>␍ <url>http://www.i2p.net</url>␍ </info>␍␍ <guiprefs width="590" height="356" resizable="yes">␍ <laf name="liquid">␍ <os family="unix"/>␍ </laf>␍ </guiprefs>␍␍ <locale>␍ <langpack iso3="eng"/>␍ </locale>␍␍ <resources>␍ <res id="Installer.image" src="installer/resources/i2plogo.png" />␍ <res id="InfoPanel.info" src="installer/resources/readme.license.txt"/>␍ <res id="ProcessPanel.Spec.xml" src="installer/resources/ProcessPanel.Spec.xml"/>␍ </resources>␍␍ <panels>␍ <panel classname="HelloPanel"/>␍ <panel classname="InfoPanel"/>␍ <panel classname="TargetPanel"/>␍ <panel classname="InstallPanel"/>␍ <panel classname="ProcessPanel"/>␍ <panel classname="SimpleFinishPanel"/>␍ </panels>␍␍ <packs>␍ <pack name="Base" required="yes">␍ <description>Base installation files</description>␍ <fileset dir="pkg-temp" includes="**/*" targetdir="$INSTALL_PATH"/>␍ </pack>␍ </packs>␍␍</installation>␍
|
||||
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>␍␍<installation version="1.0">␍␍ <info>␍ <appname>i2p</appname>␍ <appversion>0.4.1.4</appversion>␍ <authors>␍ <author name="I2P" email="support@i2p.net"/>␍ </authors>␍ <url>http://www.i2p.net</url>␍ </info>␍␍ <guiprefs width="590" height="356" resizable="yes">␍ <laf name="liquid">␍ <os family="unix"/>␍ </laf>␍ </guiprefs>␍␍ <locale>␍ <langpack iso3="eng"/>␍ </locale>␍␍ <resources>␍ <res id="Installer.image" src="installer/resources/i2plogo.png" />␍ <res id="InfoPanel.info" src="installer/resources/readme.license.txt"/>␍ <res id="ProcessPanel.Spec.xml" src="installer/resources/ProcessPanel.Spec.xml"/>␍ </resources>␍␍ <panels>␍ <panel classname="HelloPanel"/>␍ <panel classname="InfoPanel"/>␍ <panel classname="TargetPanel"/>␍ <panel classname="InstallPanel"/>␍ <panel classname="ProcessPanel"/>␍ <panel classname="SimpleFinishPanel"/>␍ </panels>␍␍ <packs>␍ <pack name="Base" required="yes">␍ <description>Base installation files</description>␍ <fileset dir="pkg-temp" includes="**/*" targetdir="$INSTALL_PATH"/>␍ </pack>␍ </packs>␍␍</installation>␍
|
||||
@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
|
||||
*
|
||||
*/
|
||||
public class RouterVersion {
|
||||
public final static String ID = "$Revision: 1.70 $ $Date: 2004/11/06 02:59:54 $";
|
||||
public final static String VERSION = "0.4.1.3";
|
||||
public final static long BUILD = 11;
|
||||
public final static String ID = "$Revision: 1.71 $ $Date: 2004/11/06 21:25:13 $";
|
||||
public final static String VERSION = "0.4.1.4";
|
||||
public final static long BUILD = 0;
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Router version: " + VERSION);
|
||||
System.out.println("Router ID: " + RouterVersion.ID);
|
||||
|
||||
Reference in New Issue
Block a user