Skip to content

Commit 2d67729

Browse files
Bump to v5.0.0rc1
1 parent 878ebbe commit 2d67729

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.0.0~beta1" date="2024-03-19"/>
65+
<release version="5.0.0~rc1" date="2024-08-18"/>
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 0
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)