From 6e2e4bcecbedd2a9904ee263736ed6f336e7e603 Mon Sep 17 00:00:00 2001 From: Tim Coalson Date: Thu, 7 Jul 2016 16:02:49 -0500 Subject: [PATCH] change version number, remove unneeded quotes in travis config --- .travis.yml | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b4f4cb4..e984710 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index f56e3dc..dd34077 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")