Skip to content

Commit c745492

Browse files
committed
Prep 3.4
1 parent 783e973 commit c745492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/com/biglybt/core/util/Constants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,11 @@
145145
public static final String BIGLY_PEER_ID = "BI";
146146

147147

148-
public static final String BIGLYBT_VERSION = "3.3.0.1_B22";
148+
public static final String BIGLYBT_VERSION = "3.4.0.0";
149149

150150
//public static final String BUILD_VERSION = "@build.version@"; //Ant replace - believed dead
151151
public static final String SUBVERSION = "";
152-
public static final byte[] VERSION_ID = ("-" + BIGLY_PEER_ID + "3301" + "-").getBytes(); //MUST be 8 chars long!
152+
public static final byte[] VERSION_ID = ("-" + BIGLY_PEER_ID + "3400" + "-").getBytes(); //MUST be 8 chars long!
153153

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

0 commit comments

Comments
 (0)