We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891265b commit da87be2Copy full SHA for da87be2
dist/unix/org.qbittorrent.qBittorrent.metainfo.xml
@@ -62,6 +62,6 @@
62
<url type="contribute">https://github.com/qbittorrent/qBittorrent/blob/master/CONTRIBUTING.md</url>
63
<content_rating type="oars-1.1"/>
64
<releases>
65
- <release version="5.1.0~rc1" date="2025-02-11"/>
+ <release version="5.1.0" date="2025-04-27"/>
66
</releases>
67
</component>
src/base/version.h.in
@@ -32,7 +32,7 @@
32
#define QBT_VERSION_MINOR 1
33
#define QBT_VERSION_BUGFIX 0
34
#define QBT_VERSION_BUILD 0
35
-#define QBT_VERSION_STATUS "rc1" // Should be empty for stable releases!
+#define QBT_VERSION_STATUS "" // Should be empty for stable releases!
36
37
#define QBT__STRINGIFY(x) #x
38
#define QBT_STRINGIFY(x) QBT__STRINGIFY(x)
0 commit comments