Skip to content

Commit 15b6091

Browse files
Bump to 5.0.2
1 parent abe4573 commit 15b6091

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/mac/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<key>CFBundlePackageType</key>
5656
<string>APPL</string>
5757
<key>CFBundleShortVersionString</key>
58-
<string>5.0.1</string>
58+
<string>5.0.2</string>
5959
<key>CFBundleExecutable</key>
6060
<string>${EXECUTABLE_NAME}</string>
6161
<key>CFBundleIdentifier</key>

dist/unix/org.qbittorrent.qBittorrent.metainfo.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
<url type="contribute">https://github.com/qbittorrent/qBittorrent/blob/master/CONTRIBUTING.md</url>
6363
<content_rating type="oars-1.1"/>
6464
<releases>
65-
<release version="5.0.1" date="2024-10-28"/>
65+
<release version="5.0.2" date="2024-11-17"/>
6666
</releases>
6767
</component>

dist/windows/config.nsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
; 4.5.1.3 -> good
1515
; 4.5.1.3.2 -> bad
1616
; 4.5.0beta -> bad
17-
!define /ifndef QBT_VERSION "5.0.1"
17+
!define /ifndef QBT_VERSION "5.0.2"
1818

1919
; Option that controls the installer's window name
2020
; If set, its value will be used like this:

src/base/version.h.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
#define QBT_VERSION_MAJOR 5
3232
#define QBT_VERSION_MINOR 0
33-
#define QBT_VERSION_BUGFIX 1
33+
#define QBT_VERSION_BUGFIX 2
3434
#define QBT_VERSION_BUILD 0
3535
#define QBT_VERSION_STATUS "" // Should be empty for stable releases!
3636

0 commit comments

Comments
 (0)