Version 0.1.0 bump

Updated Gradle file structure so the version and a few other things are only defined once
This commit is contained in:
2015-06-18 21:26:08 +02:00
parent 95efbd0235
commit 72d0fbe550
6 changed files with 29 additions and 45 deletions

View File

@ -55,10 +55,8 @@ import static ch.dissem.bitmessage.utils.UnixTime.DAY;
* <li>streams</li>
* </ul>
* The default implementations in the different module builds can be used.
* </p>
* <p>
* The port defaults to 8444 (the default Bitmessage port)
* </p>
*/
public class BitmessageContext {
public static final int CURRENT_VERSION = 3;