1
mirror of https://github.com/qbittorrent/qBittorrent synced 2024-09-21 14:18:50 +02:00

Bump to v5.1.0alpha1

This commit is contained in:
sledgehammer999 2024-08-24 21:49:49 +03:00
parent fda797cb76
commit 9a9c375b9d
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2
4 changed files with 4 additions and 4 deletions

2
dist/mac/Info.plist vendored
View File

@ -55,7 +55,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>5.0.0</string>
<string>5.1.0</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>

View File

@ -62,6 +62,6 @@
<url type="contribute">https://github.com/qbittorrent/qBittorrent/blob/master/CONTRIBUTING.md</url>
<content_rating type="oars-1.1"/>
<releases>
<release version="5.0.0~beta1" date="2024-03-19"/>
<release version="5.1.0~alpha1" date="2024-08-24"/>
</releases>
</component>

View File

@ -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:

View File

@ -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)