Skip to content

Commit

Permalink
Prep 1020
Browse files Browse the repository at this point in the history
  • Loading branch information
parg committed Sep 13, 2017
1 parent 8086ff8 commit 4cae147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/com/biglybt/core/util/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@
public static final String BIGLY_PROTOCOL_NAME = "BiglyBT";
public static final String BIGLY_PEER_ID = "BI";

public static final String AZUREUS_VERSION = "1.0.0.1_CVS";
public static final String AZUREUS_VERSION = "1.0.2.0";
public static final String BUILD_VERSION = "@build.version@"; //Ant replace
public static final String AZUREUS_SUBVER = "";
public static final byte[] VERSION_ID = ("-" + BIGLY_PEER_ID + "1001" + "-").getBytes(); //MUST be 8 chars long!
public static final byte[] VERSION_ID = ("-" + BIGLY_PEER_ID + "1020" + "-").getBytes(); //MUST be 8 chars long!

private static final boolean FORCE_NON_CVS = System.getProperty( "az.force.noncvs", "0" ).equals( "1" );

Expand Down

0 comments on commit 4cae147

Please sign in to comment.