Skip to content

Commit 7238bad

Browse files
Bump to v5.2.0alpha1
1 parent bd564a9 commit 7238bad

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.1.0</string>
58+
<string>5.2.0</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.1.0~beta1" date="2024-12-16"/>
65+
<release version="5.2.0~alpha1" date="2025-02-11"/>
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.1.0"
17+
!define /ifndef QBT_VERSION "5.2.0"
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
#pragma once
3030

3131
#define QBT_VERSION_MAJOR 5
32-
#define QBT_VERSION_MINOR 1
32+
#define QBT_VERSION_MINOR 2
3333
#define QBT_VERSION_BUGFIX 0
3434
#define QBT_VERSION_BUILD 0
35-
#define QBT_VERSION_STATUS "beta1" // Should be empty for stable releases!
35+
#define QBT_VERSION_STATUS "alpha1" // Should be empty for stable releases!
3636

3737
#define QBT__STRINGIFY(x) #x
3838
#define QBT_STRINGIFY(x) QBT__STRINGIFY(x)

0 commit comments

Comments
 (0)