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)