Skip to content

Commit 13279e2

Browse files
committed
[rel] release 5.3.4
1 parent 9d613c7 commit 13279e2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# FastTrack changelog
22

3+
## 5.3.4
4+
### Added
5+
- TD2 dataset page
6+
7+
### Fix
8+
- Fix theme
9+
- Linux standardized desktop metainfo and binary
10+
311
## 5.3.3
412

513
### Fixed

src/FastTrack-Cli.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
44

55
TARGET = fasttrack-cli
66
TEMPLATE = app
7-
VERSION = 5.3.3
7+
VERSION = 5.3.4
88
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
99

1010
unix:!macx {

src/FastTrack.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ NO_WEB {
77
}
88

99
TEMPLATE = app
10-
VERSION = 5.3.3
10+
VERSION = 5.3.4
1111
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
1212

1313

0 commit comments

Comments
 (0)