From dc24e5d98c28d1f3e6341843b5bba7920b522d94 Mon Sep 17 00:00:00 2001 From: parg Date: Tue, 11 Oct 2022 11:36:12 +0100 Subject: [PATCH] Prep 3200 --- 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 a895e198b11..38c1475b824 100644 --- a/core/src/com/biglybt/core/util/Constants.java +++ b/core/src/com/biglybt/core/util/Constants.java @@ -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" );