Skip to content

Commit bc85d29

Browse files
committed
3803
1 parent ccc40e8 commit bc85d29

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ChangeLog.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
BIGLYBT CHANGELOG
22
-----------------
33

4+
2025.xx.yy | BiglyBT 3.8.0.3
5+
46
2025.03.09 | BiglyBT 3.8.0.2
57

68
FEATURE: Tag | Added Peer Set execute-on-assign option to ban peers [Parg]

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

+2-2
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.8.0.2";
148+
public static final String BIGLYBT_VERSION = "3.8.0.3_B01";
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 + "3802" + "-").getBytes(); //MUST be 8 chars long!
152+
public static final byte[] VERSION_ID = ("-" + BIGLY_PEER_ID + "3803" + "-").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)