Skip to content

Commit

Permalink
update to libtorrent master HEAD, version 2.1.0-34 (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml authored Nov 3, 2024
1 parent 72bf5df commit 5c9ec7f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group = "org.libtorrent4j"
version = "2.1.0-33"
version = "2.1.0-34"

java {
// using java 8 for android compatibility
Expand Down
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.1.0-34

* update to libtorrent master
* lt:addresses an issue where it would wait for pieces to be written to disk
before advertising it to peers

2.1.0-33

* update to libtorrent master
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/libtorrent4j/LibTorrent.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static String version() {
* @return the git revision
*/
public static String revision() {
return "60eead7e5a900cfb00a6e781e23525e612b75837";
return "ed10d6c6063001d4b1aac5604761ed175e28d6b4";
}

/**
Expand Down Expand Up @@ -71,7 +71,7 @@ public static String opensslVersion() {
* @return libtorrent4j version.
*/
public static String libtorrent4jVersion() {
return "2.1.0-33";
return "2.1.0-34";
}

/**
Expand Down

0 comments on commit 5c9ec7f

Please sign in to comment.