From 383167e10b50af141f3820d478e0f6b2e32760b1 Mon Sep 17 00:00:00 2001 From: bgallois Date: Sat, 19 Sep 2020 15:11:31 +0200 Subject: [PATCH] [rel] release 5.1.4 --- changelog.md | 7 ++++++- src/FastTrack.pro | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 2142ea6..2763a8e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,11 @@ # FastTrack changelog -## 5.1.2 +## 5.1.4 + +### Fixed +- Added ffmpeg dependency for Windows release + +## 5.1.3 ### Fixed - Fixed background registration. diff --git a/src/FastTrack.pro b/src/FastTrack.pro index f04520a..213a27f 100644 --- a/src/FastTrack.pro +++ b/src/FastTrack.pro @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = FastTrack TEMPLATE = app -VERSION = 5.1.3 +VERSION = 5.1.4 DEFINES += APP_VERSION=\\\"$$VERSION\\\"