Skip to content

Commit 7eec9bb

Browse files
committed
Update to TileDB 1.7.7
1 parent 2716496 commit 7eec9bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
TILEDB_GIT_REPOSITORY=https://github.com/TileDB-Inc/TileDB
2-
TILEDB_GIT_TAG=1.7.6
2+
TILEDB_GIT_TAG=1.7.7
33
TILEDB_VERBOSE=OFF
44
TILEDB_S3=OFF
55
TILEDB_HDFS=OFF

src/main/java/io/tiledb/libtiledb/tiledbConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ public interface tiledbConstants {
1414
public static final int TILEDB_OOM = (-2);
1515
public static final int TILEDB_VERSION_MAJOR = 1;
1616
public static final int TILEDB_VERSION_MINOR = 7;
17-
public static final int TILEDB_VERSION_PATCH = 3;
17+
public static final int TILEDB_VERSION_PATCH = 4;
1818
}

0 commit comments

Comments
 (0)