diff --git a/dist/mac/Info.plist b/dist/mac/Info.plist index c7e42fa9c..7ff55bebf 100644 --- a/dist/mac/Info.plist +++ b/dist/mac/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.4.0 + 4.0.0 CFBundleSignature qBit CFBundleExecutable diff --git a/dist/windows/options.nsi b/dist/windows/options.nsi index e036d0c74..0029485e0 100644 --- a/dist/windows/options.nsi +++ b/dist/windows/options.nsi @@ -27,7 +27,7 @@ XPStyle on !define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path ; Program specific -!define PROG_VERSION "3.4.0" +!define PROG_VERSION "4.0.0" !define MUI_FINISHPAGE_RUN !define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun diff --git a/version.pri b/version.pri index 494876b7b..80ba4568f 100644 --- a/version.pri +++ b/version.pri @@ -2,11 +2,11 @@ PROJECT_NAME = qbittorrent # Define version numbers here -VER_MAJOR = 3 -VER_MINOR = 4 +VER_MAJOR = 4 +VER_MINOR = 0 VER_BUGFIX = 0 VER_BUILD = 0 -VER_STATUS = beta2 # Should be empty for stable releases! +VER_STATUS = # Should be empty for stable releases! # Don't touch the rest part PROJECT_VERSION = $${VER_MAJOR}.$${VER_MINOR}.$${VER_BUGFIX}