Skip to content

Commit

Permalink
version 2.1.0-32 (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml authored Oct 23, 2024
1 parent 3864c2a commit 0dd8c65
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ and [tests](https://github.com/aldenml/libtorrent4j/tree/master/src/test/java/or
Architectures supported:

- Android (armeabi-v7a, arm64-v8a, x86, x86_64)
- macOS (x86_64)
- macOS (arm64)
- Linux (x86_64)
- Windows (x86_64)

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018-2023, Alden Torres
* Copyright (c) 2018-2024, Alden Torres
*
* Licensed under the terms of the MIT license.
* Copy of the license at https://opensource.org/licenses/MIT
Expand All @@ -13,7 +13,7 @@ plugins {
}

group = "org.libtorrent4j"
version = "2.1.0-31"
version = "2.1.0-32"

java {
// using java 8 for android compatibility
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
wip
2.1.0-32

* update to libtorrent master
* lt:don't hint POSIX_FADV_RANDOM
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/libtorrent4j/FileStorage.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018-2021, Alden Torres
* Copyright (c) 2018-2024, Alden Torres
*
* Licensed under the terms of the MIT license.
* Copy of the license at https://opensource.org/licenses/MIT
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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018-2023, Alden Torres
* Copyright (c) 2018-2024, Alden Torres
*
* Licensed under the terms of the MIT license.
* Copy of the license at https://opensource.org/licenses/MIT
Expand Down Expand Up @@ -71,7 +71,7 @@ public static String opensslVersion() {
* @return libtorrent4j version.
*/
public static String libtorrent4jVersion() {
return "2.1.0-31";
return "2.1.0-32";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion swig/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(CMAKE_CXX_VISIBILITY_PRESET hidden)

project(libtorrent4j
DESCRIPTION "libtorrent JNI SWIG binding"
VERSION 2.0.0
VERSION 2.1.0
LANGUAGES CXX)

set(include_files
Expand Down

0 comments on commit 0dd8c65

Please sign in to comment.