Skip to content

Commit a7777a4

Browse files
Bump to v3.4.0alpha
1 parent b4c9c7c commit a7777a4

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

Changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Unreleased - sledgehammer999 <sledgehammer999@qbittorrent.org> - v3.4.0
2+
13
* Sun Nov 29 2015 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v3.3.0
24
- FEATURE: Huge core code refactoring. Problems with labels, temp folders etc should be eliminated. Smoother UI should be observed too. (glassez)
35
- FEATURE: Speed graph (Anton Lashkov)

dist/mac/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<key>CFBundlePackageType</key>
4646
<string>APPL</string>
4747
<key>CFBundleShortVersionString</key>
48-
<string>3.3.0</string>
48+
<string>3.4.0</string>
4949
<key>CFBundleSignature</key>
5050
<string>qBit</string>
5151
<key>CFBundleExecutable</key>

dist/windows/options.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ XPStyle on
1919
!define CSIDL_APPDATA '0x1A' ;Application Data path
2020
!define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path
2121

22-
!define PROG_VERSION "3.3.0"
22+
!define PROG_VERSION "3.4.0"
2323
!define MUI_FINISHPAGE_RUN
2424
!define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun
2525
!define MUI_FINISHPAGE_RUN_TEXT $(launch_qbt)

version.pri

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ PROJECT_NAME = qbittorrent
22

33
# Define version numbers here
44
VER_MAJOR = 3
5-
VER_MINOR = 3
5+
VER_MINOR = 4
66
VER_BUGFIX = 0
77
VER_BUILD = 0
8-
VER_STATUS = RC # Should be empty for stable releases!
8+
VER_STATUS = alpha # Should be empty for stable releases!
99

1010
# Don't touch the rest part
1111
PROJECT_VERSION = $${VER_MAJOR}.$${VER_MINOR}.$${VER_BUGFIX}

0 commit comments

Comments
 (0)