From 9a9c375b9d643e8cfe5433a14ab96a10d531e5c0 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sat, 24 Aug 2024 21:49:49 +0300 Subject: [PATCH] Bump to v5.1.0alpha1 --- dist/mac/Info.plist | 2 +- dist/unix/org.qbittorrent.qBittorrent.metainfo.xml | 2 +- dist/windows/config.nsh | 2 +- src/base/version.h.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/mac/Info.plist b/dist/mac/Info.plist index 50f6ccbd4ff..0848dff228a 100644 --- a/dist/mac/Info.plist +++ b/dist/mac/Info.plist @@ -55,7 +55,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 5.0.0 + 5.1.0 CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier diff --git a/dist/unix/org.qbittorrent.qBittorrent.metainfo.xml b/dist/unix/org.qbittorrent.qBittorrent.metainfo.xml index 6a840a61057..7d4bc94570f 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/dist/windows/config.nsh b/dist/windows/config.nsh index 658262782e5..cd4e66afac0 100644 --- a/dist/windows/config.nsh +++ b/dist/windows/config.nsh @@ -14,7 +14,7 @@ ; 4.5.1.3 -> good ; 4.5.1.3.2 -> bad ; 4.5.0beta -> bad -!define /ifndef QBT_VERSION "5.0.0" +!define /ifndef QBT_VERSION "5.1.0" ; Option that controls the installer's window name ; If set, its value will be used like this: diff --git a/src/base/version.h.in b/src/base/version.h.in index 9e06e895b53..56528e96345 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 "alpha1" // Should be empty for stable releases! #define QBT__STRINGIFY(x) #x #define QBT_STRINGIFY(x) QBT__STRINGIFY(x)