From 4cae14734b533b79dd3e9c93c6575d51fbc0a9ca Mon Sep 17 00:00:00 2001 From: parg Date: Wed, 13 Sep 2017 19:40:25 +0100 Subject: [PATCH] Prep 1020 --- core/src/com/biglybt/core/util/Constants.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/com/biglybt/core/util/Constants.java b/core/src/com/biglybt/core/util/Constants.java index 2715d75b17f..ea4dfdcb062 100644 --- a/core/src/com/biglybt/core/util/Constants.java +++ b/core/src/com/biglybt/core/util/Constants.java @@ -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" );