From a5681f72bc0283b61f9f0ce49aff34a6e01655f0 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Tue, 19 Mar 2024 02:44:55 +0200 Subject: [PATCH] Bump to v5.0.0beta1 --- dist/mac/Info.plist | 2 +- dist/unix/org.qbittorrent.qBittorrent.appdata.xml | 2 +- src/base/version.h.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/mac/Info.plist b/dist/mac/Info.plist index 61e1bbcea..50f6ccbd4 100644 --- a/dist/mac/Info.plist +++ b/dist/mac/Info.plist @@ -55,7 +55,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 4.5.0 + 5.0.0 CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier diff --git a/dist/unix/org.qbittorrent.qBittorrent.appdata.xml b/dist/unix/org.qbittorrent.qBittorrent.appdata.xml index e56ffc716..a24f47a6f 100644 --- a/dist/unix/org.qbittorrent.qBittorrent.appdata.xml +++ b/dist/unix/org.qbittorrent.qBittorrent.appdata.xml @@ -74,6 +74,6 @@ https://github.com/qbittorrent/qBittorrent/wiki/How-to-translate-qBittorrent - + diff --git a/src/base/version.h.in b/src/base/version.h.in index 56528e963..9e06e895b 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 "alpha1" // Should be empty for stable releases! +#define QBT_VERSION_STATUS "beta1" // Should be empty for stable releases! #define QBT__STRINGIFY(x) #x #define QBT_STRINGIFY(x) QBT__STRINGIFY(x)