Skip to content

Commit

Permalink
[rel] release 5.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bgallois committed Sep 12, 2021
1 parent 9d613c7 commit 13279e2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# FastTrack changelog

## 5.3.4
### Added
- TD2 dataset page

### Fix
- Fix theme
- Linux standardized desktop metainfo and binary

## 5.3.3

### 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 @@ -4,7 +4,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = fasttrack-cli
TEMPLATE = app
VERSION = 5.3.3
VERSION = 5.3.4
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 @@ -7,7 +7,7 @@ NO_WEB {
}

TEMPLATE = app
VERSION = 5.3.3
VERSION = 5.3.4
DEFINES += APP_VERSION=\\\"$$VERSION\\\"


Expand Down

0 comments on commit 13279e2

Please sign in to comment.