diff --git a/core/src/com/biglybt/core/util/Constants.java b/core/src/com/biglybt/core/util/Constants.java index 55cb1e2ca4a..0b8ca78a3dc 100644 --- a/core/src/com/biglybt/core/util/Constants.java +++ b/core/src/com/biglybt/core/util/Constants.java @@ -145,11 +145,11 @@ public static final String BIGLY_PEER_ID = "BI"; - public static final String BIGLYBT_VERSION = "3.3.0.1_B22"; + public static final String BIGLYBT_VERSION = "3.4.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 + "3301" + "-").getBytes(); //MUST be 8 chars long! + public static final byte[] VERSION_ID = ("-" + BIGLY_PEER_ID + "3400" + "-").getBytes(); //MUST be 8 chars long! private static final boolean FORCE_NON_CVS = System.getProperty( "az.force.noncvs", "0" ).equals( "1" );