File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ PROJECT_NAME = qbittorrent
22
33# Define version numbers here
44VER_MAJOR = 3
5- VER_MINOR = 3
5+ VER_MINOR = 4
66VER_BUGFIX = 0
77VER_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
1111PROJECT_VERSION = $${VER_MAJOR }. $${VER_MINOR }. $${VER_BUGFIX }
You can’t perform that action at this time.
0 commit comments