mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Bump to v3.4.0alpha
This commit is contained in:
parent
b4c9c7cde4
commit
a7777a48e3
4 changed files with 6 additions and 4 deletions
|
@ -2,10 +2,10 @@ PROJECT_NAME = qbittorrent
|
|||
|
||||
# Define version numbers here
|
||||
VER_MAJOR = 3
|
||||
VER_MINOR = 3
|
||||
VER_MINOR = 4
|
||||
VER_BUGFIX = 0
|
||||
VER_BUILD = 0
|
||||
VER_STATUS = RC # Should be empty for stable releases!
|
||||
VER_STATUS = alpha # Should be empty for stable releases!
|
||||
|
||||
# Don't touch the rest part
|
||||
PROJECT_VERSION = $${VER_MAJOR}.$${VER_MINOR}.$${VER_BUGFIX}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue