From c14cd336d4d0395e89cafcbe7ad07d835a12358e Mon Sep 17 00:00:00 2001 From: Frederick Thomssen Date: Mon, 9 May 2016 07:45:27 +0200 Subject: [PATCH] Version bump and expect OS X build to work --- .travis.yml | 2 -- RedTimer.pro | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 63ea130..08dfb8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ language: cpp compiler: clang matrix: - allow_failures: - - os: osx exclude: # Workaround to prevent building in an empty environment - compiler: clang diff --git a/RedTimer.pro b/RedTimer.pro index 50b783d..6e8c5f0 100644 --- a/RedTimer.pro +++ b/RedTimer.pro @@ -6,7 +6,7 @@ QMAKE_CXXFLAGS += -std=c++11 RC_ICONS = icons/clock_red.ico ICON = icons/clock_red.icns -VERSION = 0.1.2 +VERSION = 0.1.3 QMAKE_TARGET_COMPANY = "Thomssen IT" QMAKE_TARGET_PRODUCT = "RedTimer" QMAKE_TARGET_DESCRIPTION = "Redmine Time Tracker"