Skip to content

Commit bc7d5c1

Browse files
Bump to 5.1.0rc1
1 parent 8aabef4 commit bc7d5c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1.0~rc1" date="2025-02-11"/>
6666
</releases>
6767
</component>

src/base/version.h.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#define QBT_VERSION_MINOR 1
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 "rc1" // 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)