Skip to content

Commit

Permalink
version 1.2.0.21-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml committed Jan 6, 2019
1 parent f99a44a commit 67170be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@ libtorrent4j
=====================

[![Build Status](https://travis-ci.com/aldenml/libtorrent4j.svg?branch=master)](https://travis-ci.com/aldenml/libtorrent4j)
[![Maven Central](https://img.shields.io/maven-central/v/org.libtorrent4j/libtorrent4j.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22org.libtorrent4j%22%20AND%20a:%22libtorrent4j%22)
[![Maven Central](https://img.shields.io/maven-central/v/org.libtorrent4j/libtorrent4j.svg?label=maven)](https://search.maven.org/search?q=g:%22org.libtorrent4j%22%20AND%20a:%22libtorrent4j%22)

A swig Java interface for [libtorrent](https://github.com/arvidn/libtorrent). Source code fork from [jlibtorrent](https://github.com/frostwire/frostwire-jlibtorrent).

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'maven'

group 'org.libtorrent4j'
archivesBaseName = 'libtorrent4j'
version '1.2.0.21-beta1'
version '1.2.0.21-RC1'

sourceCompatibility = '1.7'
targetCompatibility = '1.7'
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
@@ -1,4 +1,4 @@
1.2.0.21-RC1(temp)
1.2.0.21-RC1

* updated to boost 1.69.0
* experimental support for android posix hook
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/libtorrent4j/swig/libtorrent_jni.java
Expand Up @@ -13,7 +13,7 @@ public class libtorrent_jni {

public static String libtorrent4jVersion() {
// extracted from the gradle with the run-swig step
return "1.2.0.21-beta1";
return "1.2.0.21-RC1";
}

static {
Expand Down

0 comments on commit 67170be

Please sign in to comment.