Commit 8d9ec81b authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

New upstream version 2.10.1

parent 8b6afd35
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
# NCBI External Developer Release:


## NGS SDK 2.10.1
**December 16, 2019**

  **ngs**: changed version to match that of _ncbi-vdb_


## NGS SDK 2.10.0
**August 19, 2019**

+1 −1
Original line number Diff line number Diff line
@@ -23,4 +23,4 @@
# ===========================================================================

# NGS-BAM and library version
VERSION = 2.10.0
VERSION = 2.10.1
+1 −1
Original line number Diff line number Diff line
@@ -23,4 +23,4 @@
# ===========================================================================

# NGS-JAVA and library version
VERSION = 2.10.0
VERSION = 2.10.1
+2 −2
Original line number Diff line number Diff line
@@ -29,6 +29,6 @@ package gov.nih.nlm.ncbi.ngs;
class LibDependencies {
    final static String NGS_SDK  = "ngs-sdk";
    final static String NCBI_VDB = "ncbi-vdb";
    final static String NGS_SDK_VERSION = "2.10.0";
    final static String NCBI_VDB_VERSION = "2.10.0";
    final static String NGS_SDK_VERSION = "2.10.1";
    final static String NCBI_VDB_VERSION = "2.10.1";
}
+1 −1
Original line number Diff line number Diff line
@@ -23,4 +23,4 @@
# ===========================================================================

# NGS-PYTHON and library version
VERSION = 2.10.0
VERSION = 2.10.1
Loading