Skip to content

Commit 6e2e4bc

Browse files
committed
change version number, remove unneeded quotes in travis config
1 parent 56860a0 commit 6e2e4bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ before_install:
2929
- cd ../build
3030

3131
script:
32-
- "cmake -D BUILD_SHARED_LIBS:BOOL=$SHARED -D IGNORE_QT:BOOL=$IGNORE_QT ../CiftiLib"
32+
- cmake -D BUILD_SHARED_LIBS:BOOL=$SHARED -D IGNORE_QT:BOOL=$IGNORE_QT ../CiftiLib
3333
- make -j 4
3434
- ctest

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENDIF (POLICY CMP0045)
99

1010
PROJECT(CiftiLib)
1111

12-
SET(CIFTILIB_VERSION 1.3)
12+
SET(CIFTILIB_VERSION 1.4)
1313

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

0 commit comments

Comments
 (0)