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

Commit

Permalink
Increment release version
Browse files Browse the repository at this point in the history
  • Loading branch information
psfoley committed Jan 26, 2018
1 parent e67a8d4 commit effa6ed
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.1
- GENOMICSDB_RELEASE_VERSION=0.9.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.1" CACHE STRING "GenomicsDB release version") #used in Maven builds
set(GENOMICSDB_RELEASE_VERSION "0.9.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 effa6ed

Please sign in to comment.