Skip to content

Commit

Permalink
[rel] release 5.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bgallois committed Oct 18, 2020
1 parent 9668a1c commit b84f42a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# FastTrack changelog

## 5.1.7

### Fixed
- Fixed crash when computing the background and moving the timeline.
- Fixed crash when moving the timeline to the last image in the Interactive panel.

## 5.1.6

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/FastTrack-Cli.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = fasttrack-cli
TEMPLATE = app
VERSION = 5.1.6
VERSION = 5.1.7
DEFINES += APP_VERSION=\\\"$$VERSION\\\"

unix:!macx {
Expand Down
2 changes: 1 addition & 1 deletion src/FastTrack.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = FastTrack
TEMPLATE = app
VERSION = 5.1.6
VERSION = 5.1.7
DEFINES += APP_VERSION=\\\"$$VERSION\\\"


Expand Down

0 comments on commit b84f42a

Please sign in to comment.