Skip to content

Commit

Permalink
change version number, remove unneeded quotes in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
coalsont committed Jul 7, 2016
1 parent 56860a0 commit 6e2e4bc
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 @@ -29,6 +29,6 @@ before_install:
- cd ../build

script:
- "cmake -D BUILD_SHARED_LIBS:BOOL=$SHARED -D IGNORE_QT:BOOL=$IGNORE_QT ../CiftiLib"
- cmake -D BUILD_SHARED_LIBS:BOOL=$SHARED -D IGNORE_QT:BOOL=$IGNORE_QT ../CiftiLib
- make -j 4
- ctest
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENDIF (POLICY CMP0045)

PROJECT(CiftiLib)

SET(CIFTILIB_VERSION 1.3)
SET(CIFTILIB_VERSION 1.4)

SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -W -Wall")

Expand Down

0 comments on commit 6e2e4bc

Please sign in to comment.