Skip to content

Commit

Permalink
Prep 3200
Browse files Browse the repository at this point in the history
  • Loading branch information
parg committed Oct 11, 2022
1 parent 64d8765 commit dc24e5d
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 @@ -144,11 +144,11 @@
public static final String BIGLY_PEER_ID = "BI";


public static final String BIGLYBT_VERSION = "3.1.0.1_B29";
public static final String BIGLYBT_VERSION = "3.2.0.0";

//public static final String BUILD_VERSION = "@build.version@"; //Ant replace - believed dead
public static final String SUBVERSION = "";
public static final byte[] VERSION_ID = ("-" + BIGLY_PEER_ID + "3101" + "-").getBytes(); //MUST be 8 chars long!
public static final byte[] VERSION_ID = ("-" + BIGLY_PEER_ID + "3200" + "-").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 dc24e5d

Please sign in to comment.