Bump to 3.3.0alpha

This commit is contained in:
sledgehammer999 2015-05-13 23:33:22 +03:00
commit e788445fe2
4 changed files with 6 additions and 4 deletions

View file

@ -2,10 +2,10 @@ PROJECT_NAME = qbittorrent
# Define version numbers here
VER_MAJOR = 3
VER_MINOR = 2
VER_MINOR = 3
VER_BUGFIX = 0
VER_BUILD = 0
VER_STATUS = RC1 # 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}