Skip to content

Commit 220fc35

Browse files
Prepare version 2.6.0-RC.
1 parent 8f08848 commit 220fc35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ buildscript {
22
ext {
33
// Typically, only edit those two:
44
def objectboxVersionNumber = '2.6.0-RC' // without "-SNAPSHOT", e.g. '2.5.0' or '2.4.0-RC'
5-
def objectboxVersionRelease = false // set to true for releasing to ignore versionPostFix to avoid e.g. "-dev" versions
5+
def objectboxVersionRelease = true // set to true for releasing to ignore versionPostFix to avoid e.g. "-dev" versions
66

77
// version post fix: '-<value>' or '' if not defined; e.g. used by CI to pass in branch name
88
def versionPostFixValue = project.findProperty('versionPostFix')

objectbox-java/src/main/java/io/objectbox/BoxStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class BoxStore implements Closeable {
6464
@Nullable public static Object relinker;
6565

6666
/** Change so ReLinker will update native library when using workaround loading. */
67-
public static final String JNI_VERSION = "2.5.1";
67+
public static final String JNI_VERSION = "2.6.0-RC";
6868

6969
private static final String VERSION = "2.6.0-2020-04-26";
7070
private static BoxStore defaultStore;

0 commit comments

Comments
 (0)