From 2d67729617fc3f5bd9cfb71953d45f73a8c1a617 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 18 Aug 2024 23:21:21 +0300 Subject: [PATCH] Bump to v5.0.0rc1 --- dist/unix/org.qbittorrent.qBittorrent.metainfo.xml | 2 +- src/base/version.h.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/unix/org.qbittorrent.qBittorrent.metainfo.xml b/dist/unix/org.qbittorrent.qBittorrent.metainfo.xml index 6a840a610..c0489f3a0 100644 --- a/dist/unix/org.qbittorrent.qBittorrent.metainfo.xml +++ b/dist/unix/org.qbittorrent.qBittorrent.metainfo.xml @@ -62,6 +62,6 @@ https://github.com/qbittorrent/qBittorrent/blob/master/CONTRIBUTING.md - + diff --git a/src/base/version.h.in b/src/base/version.h.in index 9e06e895b..d626efdb2 100644 --- a/src/base/version.h.in +++ b/src/base/version.h.in @@ -32,7 +32,7 @@ #define QBT_VERSION_MINOR 0 #define QBT_VERSION_BUGFIX 0 #define QBT_VERSION_BUILD 0 -#define QBT_VERSION_STATUS "beta1" // Should be empty for stable releases! +#define QBT_VERSION_STATUS "rc1" // Should be empty for stable releases! #define QBT__STRINGIFY(x) #x #define QBT_STRINGIFY(x) QBT__STRINGIFY(x)