Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #224 from Intel-HLS/0.10.2
Browse files Browse the repository at this point in the history
Bump up version to 0.10.2
  • Loading branch information
kgururaj authored Nov 19, 2018
2 parents 90dad1a + f26b693 commit 7cd87fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
- GENOMICSDB_BUILD_DIR=$TRAVIS_BUILD_DIR/build
- GENOMICSDB_INSTALL_DIR=$GENOMICSDB_BUILD_DIR/install
- PATH=$GENOMICSDB_INSTALL_DIR/bin:$TRAVIS_BUILD_DIR/bin:$PATH
- GENOMICSDB_RELEASE_VERSION=0.9.2
- GENOMICSDB_RELEASE_VERSION=0.10.2
- CLASSPATH=$GENOMICSDB_INSTALL_DIR/bin/genomicsdb-${GENOMICSDB_RELEASE_VERSION}-jar-with-dependencies.jar:$GENOMICSDB_BUILD_DIR/target/genomicsdb-${GENOMICSDB_RELEASE_VERSION}-examples.jar:.

install:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ execute_process(
)

#Build parameters
set(GENOMICSDB_RELEASE_VERSION "0.9.2" CACHE STRING "GenomicsDB release version") #used in Maven builds
set(GENOMICSDB_RELEASE_VERSION "0.10.2" CACHE STRING "GenomicsDB release version") #used in Maven builds
set(GENOMICSDB_VERSION "${GENOMICSDB_RELEASE_VERSION}-${GIT_COMMIT_HASH}" CACHE STRING "GenomicsDB full version string")
set(DISABLE_MPI False CACHE BOOL "Disable use of any MPI compiler/libraries")
set(DISABLE_OPENMP False CACHE BOOL "Disable OpenMP")
Expand Down

0 comments on commit 7cd87fd

Please sign in to comment.