Skip to content

Commit 32190c7

Browse files
authored
Merge pull request #148 from TileDB-Inc/vg/update_177
Update to TileDB 1.7.7
2 parents 2716496 + e09fec0 commit 32190c7

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 = 7;
1818
}

0 commit comments

Comments
 (0)