Skip to content

Commit c01265c

Browse files
Bump to 4.6.6
1 parent f146687 commit c01265c

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

configure

+10-10
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.71 for qbittorrent v4.6.5.
3+
# Generated by GNU Autoconf 2.71 for qbittorrent v4.6.6.
44
#
55
# Report bugs to <bugs.qbittorrent.org>.
66
#
@@ -611,8 +611,8 @@ MAKEFLAGS=
611611
# Identity of this package.
612612
PACKAGE_NAME='qbittorrent'
613613
PACKAGE_TARNAME='qbittorrent'
614-
PACKAGE_VERSION='v4.6.5'
615-
PACKAGE_STRING='qbittorrent v4.6.5'
614+
PACKAGE_VERSION='v4.6.6'
615+
PACKAGE_STRING='qbittorrent v4.6.6'
616616
PACKAGE_BUGREPORT='bugs.qbittorrent.org'
617617
PACKAGE_URL='https://www.qbittorrent.org/'
618618

@@ -1329,7 +1329,7 @@ if test "$ac_init_help" = "long"; then
13291329
# Omit some internal or obsolete options to make the list less imposing.
13301330
# This message is too long to be a string in the A/UX 3.1 sh.
13311331
cat <<_ACEOF
1332-
\`configure' configures qbittorrent v4.6.5 to adapt to many kinds of systems.
1332+
\`configure' configures qbittorrent v4.6.6 to adapt to many kinds of systems.
13331333
13341334
Usage: $0 [OPTION]... [VAR=VALUE]...
13351335
@@ -1400,7 +1400,7 @@ fi
14001400

14011401
if test -n "$ac_init_help"; then
14021402
case $ac_init_help in
1403-
short | recursive ) echo "Configuration of qbittorrent v4.6.5:";;
1403+
short | recursive ) echo "Configuration of qbittorrent v4.6.6:";;
14041404
esac
14051405
cat <<\_ACEOF
14061406
@@ -1533,7 +1533,7 @@ fi
15331533
test -n "$ac_init_help" && exit $ac_status
15341534
if $ac_init_version; then
15351535
cat <<\_ACEOF
1536-
qbittorrent configure v4.6.5
1536+
qbittorrent configure v4.6.6
15371537
generated by GNU Autoconf 2.71
15381538
15391539
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1648,7 +1648,7 @@ cat >config.log <<_ACEOF
16481648
This file contains any messages produced by compilers while
16491649
running configure, to aid debugging if configure makes a mistake.
16501650
1651-
It was created by qbittorrent $as_me v4.6.5, which was
1651+
It was created by qbittorrent $as_me v4.6.6, which was
16521652
generated by GNU Autoconf 2.71. Invocation command line was
16531653
16541654
$ $0$ac_configure_args_raw
@@ -4779,7 +4779,7 @@ fi
47794779
47804780
# Define the identity of the package.
47814781
PACKAGE='qbittorrent'
4782-
VERSION='v4.6.5'
4782+
VERSION='v4.6.6'
47834783
47844784
47854785
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -7237,7 +7237,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
72377237
# report actual input values of CONFIG_FILES etc. instead of their
72387238
# values after options handling.
72397239
ac_log="
7240-
This file was extended by qbittorrent $as_me v4.6.5, which was
7240+
This file was extended by qbittorrent $as_me v4.6.6, which was
72417241
generated by GNU Autoconf 2.71. Invocation command line was
72427242
72437243
CONFIG_FILES = $CONFIG_FILES
@@ -7297,7 +7297,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
72977297
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
72987298
ac_cs_config='$ac_cs_config_escaped'
72997299
ac_cs_version="\\
7300-
qbittorrent config.status v4.6.5
7300+
qbittorrent config.status v4.6.6
73017301
configured by $0, generated by GNU Autoconf 2.71,
73027302
with options \\"\$ac_cs_config\\"
73037303

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([qbittorrent], [v4.6.5], [bugs.qbittorrent.org], [], [https://www.qbittorrent.org/])
1+
AC_INIT([qbittorrent], [v4.6.6], [bugs.qbittorrent.org], [], [https://www.qbittorrent.org/])
22
AC_CONFIG_AUX_DIR([build-aux])
33
AC_CONFIG_MACRO_DIR([m4])
44
: ${CFLAGS=""}

dist/mac/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<key>CFBundlePackageType</key>
5656
<string>APPL</string>
5757
<key>CFBundleShortVersionString</key>
58-
<string>4.6.5</string>
58+
<string>4.6.6</string>
5959
<key>CFBundleExecutable</key>
6060
<string>${EXECUTABLE_NAME}</string>
6161
<key>CFBundleIdentifier</key>

dist/unix/org.qbittorrent.qBittorrent.metainfo.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
<url type="contribute">https://github.com/qbittorrent/qBittorrent/blob/master/CONTRIBUTING.md</url>
6363
<content_rating type="oars-1.1"/>
6464
<releases>
65-
<release version="4.6.5" date="2024-05-26"/>
65+
<release version="4.6.6" date="2024-08-18"/>
6666
</releases>
6767
</component>

dist/windows/config.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
; 4.5.1.3 -> good
2626
; 4.5.1.3.2 -> bad
2727
; 4.5.0beta -> bad
28-
!define /ifndef QBT_VERSION "4.6.5"
28+
!define /ifndef QBT_VERSION "4.6.6"
2929

3030
; Option that controls the installer's window name
3131
; If set, its value will be used like this:

src/base/version.h.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
#define QBT_VERSION_MAJOR 4
3232
#define QBT_VERSION_MINOR 6
33-
#define QBT_VERSION_BUGFIX 5
33+
#define QBT_VERSION_BUGFIX 6
3434
#define QBT_VERSION_BUILD 0
3535
#define QBT_VERSION_STATUS "" // Should be empty for stable releases!
3636

0 commit comments

Comments
 (0)