I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 0c0a25b0 authored by zzz's avatar zzz
Browse files

merge of 'ad0ab5020bb253c5233ac2f036c0cf4f40001d51'

     and 'bc7c0fa32e955a7d8185456815652d4baab500ae'
parents d0f635e3 208192f4
No related branches found
No related tags found
No related merge requests found
...@@ -187,7 +187,6 @@ public class SessionConfig extends DataStructureImpl { ...@@ -187,7 +187,6 @@ public class SessionConfig extends DataStructureImpl {
public void readBytes(InputStream rawConfig) throws DataFormatException, IOException { public void readBytes(InputStream rawConfig) throws DataFormatException, IOException {
_destination = Destination.create(rawConfig); _destination = Destination.create(rawConfig);
_destination.readBytes(rawConfig);
_options = DataHelper.readProperties(rawConfig); _options = DataHelper.readProperties(rawConfig);
_creationDate = DataHelper.readDate(rawConfig); _creationDate = DataHelper.readDate(rawConfig);
_signature = new Signature(); _signature = new Signature();
......
...@@ -18,7 +18,7 @@ public class RouterVersion { ...@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */ /** deprecated */
public final static String ID = "Monotone"; public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION; public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 2; public final static long BUILD = 3;
/** for example "-test" */ /** for example "-test" */
public final static String EXTRA = ""; public final static String EXTRA = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment