File tree 2 files changed +4
-2
lines changed
core/src/com/biglybt/core/util
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
BIGLYBT CHANGELOG
2
2
-----------------
3
3
4
+ 2025.xx.yy | BiglyBT 3.8.0.3
5
+
4
6
2025.03.09 | BiglyBT 3.8.0.2
5
7
6
8
FEATURE: Tag | Added Peer Set execute-on-assign option to ban peers [Parg]
Original file line number Diff line number Diff line change 145
145
public static final String BIGLY_PEER_ID = "BI" ;
146
146
147
147
148
- public static final String BIGLYBT_VERSION = "3.8.0.2 " ;
148
+ public static final String BIGLYBT_VERSION = "3.8.0.3_B01 " ;
149
149
150
150
//public static final String BUILD_VERSION = "@build.version@"; //Ant replace - believed dead
151
151
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!
153
153
154
154
private static final boolean FORCE_NON_CVS = System .getProperty ( "az.force.noncvs" , "0" ).equals ( "1" );
155
155
You can’t perform that action at this time.
0 commit comments