Skip to content

Commit c5472ed

Browse files
Bump to v4.2.0alpha
1 parent 400743f commit c5472ed

6 files changed

Lines changed: 18 additions & 16 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> - v4.2.0
2+
13
* Sat May 05 2018 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v4.1.0
24
- FEATURE: Add "Coalesce reads & writes" checkbox in advanced options (Chocobo1)
35
- FEATURE: Smart Filter for RSS (Stephen Dawkins)

configure

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for qbittorrent v4.1.0alpha.
3+
# Generated by GNU Autoconf 2.69 for qbittorrent v4.2.0alpha.
44
#
55
# Report bugs to <bugs.qbittorrent.org>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='qbittorrent'
582582
PACKAGE_TARNAME='qbittorrent'
583-
PACKAGE_VERSION='v4.1.0alpha'
584-
PACKAGE_STRING='qbittorrent v4.1.0alpha'
583+
PACKAGE_VERSION='v4.2.0alpha'
584+
PACKAGE_STRING='qbittorrent v4.2.0alpha'
585585
PACKAGE_BUGREPORT='bugs.qbittorrent.org'
586586
PACKAGE_URL='https://www.qbittorrent.org/'
587587

@@ -1297,7 +1297,7 @@ if test "$ac_init_help" = "long"; then
12971297
# Omit some internal or obsolete options to make the list less imposing.
12981298
# This message is too long to be a string in the A/UX 3.1 sh.
12991299
cat <<_ACEOF
1300-
\`configure' configures qbittorrent v4.1.0alpha to adapt to many kinds of systems.
1300+
\`configure' configures qbittorrent v4.2.0alpha to adapt to many kinds of systems.
13011301
13021302
Usage: $0 [OPTION]... [VAR=VALUE]...
13031303
@@ -1368,7 +1368,7 @@ fi
13681368

13691369
if test -n "$ac_init_help"; then
13701370
case $ac_init_help in
1371-
short | recursive ) echo "Configuration of qbittorrent v4.1.0alpha:";;
1371+
short | recursive ) echo "Configuration of qbittorrent v4.2.0alpha:";;
13721372
esac
13731373
cat <<\_ACEOF
13741374
@@ -1503,7 +1503,7 @@ fi
15031503
test -n "$ac_init_help" && exit $ac_status
15041504
if $ac_init_version; then
15051505
cat <<\_ACEOF
1506-
qbittorrent configure v4.1.0alpha
1506+
qbittorrent configure v4.2.0alpha
15071507
generated by GNU Autoconf 2.69
15081508
15091509
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1642,7 +1642,7 @@ cat >config.log <<_ACEOF
16421642
This file contains any messages produced by compilers while
16431643
running configure, to aid debugging if configure makes a mistake.
16441644
1645-
It was created by qbittorrent $as_me v4.1.0alpha, which was
1645+
It was created by qbittorrent $as_me v4.2.0alpha, which was
16461646
generated by GNU Autoconf 2.69. Invocation command line was
16471647
16481648
$ $0 $@
@@ -3820,7 +3820,7 @@ fi
38203820

38213821
# Define the identity of the package.
38223822
PACKAGE='qbittorrent'
3823-
VERSION='v4.1.0alpha'
3823+
VERSION='v4.2.0alpha'
38243824

38253825

38263826
cat >>confdefs.h <<_ACEOF
@@ -6140,7 +6140,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
61406140
# report actual input values of CONFIG_FILES etc. instead of their
61416141
# values after options handling.
61426142
ac_log="
6143-
This file was extended by qbittorrent $as_me v4.1.0alpha, which was
6143+
This file was extended by qbittorrent $as_me v4.2.0alpha, which was
61446144
generated by GNU Autoconf 2.69. Invocation command line was
61456145
61466146
CONFIG_FILES = $CONFIG_FILES
@@ -6198,7 +6198,7 @@ _ACEOF
61986198
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
61996199
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
62006200
ac_cs_version="\\
6201-
qbittorrent config.status v4.1.0alpha
6201+
qbittorrent config.status v4.2.0alpha
62026202
configured by $0, generated by GNU Autoconf 2.69,
62036203
with options \\"\$ac_cs_config\\"
62046204
@@ -7455,7 +7455,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
74557455
# report actual input values of CONFIG_FILES etc. instead of their
74567456
# values after options handling.
74577457
ac_log="
7458-
This file was extended by qbittorrent $as_me v4.1.0alpha, which was
7458+
This file was extended by qbittorrent $as_me v4.2.0alpha, which was
74597459
generated by GNU Autoconf 2.69. Invocation command line was
74607460
74617461
CONFIG_FILES = $CONFIG_FILES
@@ -7513,7 +7513,7 @@ _ACEOF
75137513
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
75147514
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
75157515
ac_cs_version="\\
7516-
qbittorrent config.status v4.1.0alpha
7516+
qbittorrent config.status v4.2.0alpha
75177517
configured by $0, generated by GNU Autoconf 2.69,
75187518
with options \\"\$ac_cs_config\\"
75197519

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([qbittorrent], [v4.1.0alpha], [bugs.qbittorrent.org], [], [https://www.qbittorrent.org/])
1+
AC_INIT([qbittorrent], [v4.2.0alpha], [bugs.qbittorrent.org], [], [https://www.qbittorrent.org/])
22
AC_CONFIG_AUX_DIR([build-aux])
33
AC_CONFIG_MACRO_DIR([m4])
44
AC_PROG_CC

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>4.1.0</string>
48+
<string>4.2.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
@@ -27,7 +27,7 @@ XPStyle on
2727
!define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path
2828

2929
; Program specific
30-
!define PROG_VERSION "4.1.0"
30+
!define PROG_VERSION "4.2.0"
3131

3232
!define MUI_FINISHPAGE_RUN
3333
!define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun

version.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PROJECT_NAME = qbittorrent
33

44
# Define version numbers here
55
VER_MAJOR = 4
6-
VER_MINOR = 1
6+
VER_MINOR = 2
77
VER_BUGFIX = 0
88
VER_BUILD = 0
99
VER_STATUS = alpha # Should be empty for stable releases!

0 commit comments

Comments
 (0)