Skip to content

Commit be5600d

Browse files
Update configure version info.
1 parent 686fb70 commit be5600d

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

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 v3.2.0alpha.
3+
# Generated by GNU Autoconf 2.69 for qbittorrent v4.1.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='v3.2.0alpha'
584-
PACKAGE_STRING='qbittorrent v3.2.0alpha'
583+
PACKAGE_VERSION='v4.1.0alpha'
584+
PACKAGE_STRING='qbittorrent v4.1.0alpha'
585585
PACKAGE_BUGREPORT='bugs.qbittorrent.org'
586586
PACKAGE_URL='https://www.qbittorrent.org/'
587587

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

13681368
if test -n "$ac_init_help"; then
13691369
case $ac_init_help in
1370-
short | recursive ) echo "Configuration of qbittorrent v3.2.0alpha:";;
1370+
short | recursive ) echo "Configuration of qbittorrent v4.1.0alpha:";;
13711371
esac
13721372
cat <<\_ACEOF
13731373
@@ -1501,7 +1501,7 @@ fi
15011501
test -n "$ac_init_help" && exit $ac_status
15021502
if $ac_init_version; then
15031503
cat <<\_ACEOF
1504-
qbittorrent configure v3.2.0alpha
1504+
qbittorrent configure v4.1.0alpha
15051505
generated by GNU Autoconf 2.69
15061506
15071507
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1640,7 +1640,7 @@ cat >config.log <<_ACEOF
16401640
This file contains any messages produced by compilers while
16411641
running configure, to aid debugging if configure makes a mistake.
16421642
1643-
It was created by qbittorrent $as_me v3.2.0alpha, which was
1643+
It was created by qbittorrent $as_me v4.1.0alpha, which was
16441644
generated by GNU Autoconf 2.69. Invocation command line was
16451645
16461646
$ $0 $@
@@ -3818,7 +3818,7 @@ fi
38183818

38193819
# Define the identity of the package.
38203820
PACKAGE='qbittorrent'
3821-
VERSION='v3.2.0alpha'
3821+
VERSION='v4.1.0alpha'
38223822

38233823

38243824
cat >>confdefs.h <<_ACEOF
@@ -6098,7 +6098,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
60986098
# report actual input values of CONFIG_FILES etc. instead of their
60996099
# values after options handling.
61006100
ac_log="
6101-
This file was extended by qbittorrent $as_me v3.2.0alpha, which was
6101+
This file was extended by qbittorrent $as_me v4.1.0alpha, which was
61026102
generated by GNU Autoconf 2.69. Invocation command line was
61036103
61046104
CONFIG_FILES = $CONFIG_FILES
@@ -6156,7 +6156,7 @@ _ACEOF
61566156
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
61576157
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
61586158
ac_cs_version="\\
6159-
qbittorrent config.status v3.2.0alpha
6159+
qbittorrent config.status v4.1.0alpha
61606160
configured by $0, generated by GNU Autoconf 2.69,
61616161
with options \\"\$ac_cs_config\\"
61626162
@@ -7413,7 +7413,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
74137413
# report actual input values of CONFIG_FILES etc. instead of their
74147414
# values after options handling.
74157415
ac_log="
7416-
This file was extended by qbittorrent $as_me v3.2.0alpha, which was
7416+
This file was extended by qbittorrent $as_me v4.1.0alpha, which was
74177417
generated by GNU Autoconf 2.69. Invocation command line was
74187418
74197419
CONFIG_FILES = $CONFIG_FILES
@@ -7471,7 +7471,7 @@ _ACEOF
74717471
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
74727472
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
74737473
ac_cs_version="\\
7474-
qbittorrent config.status v3.2.0alpha
7474+
qbittorrent config.status v4.1.0alpha
74757475
configured by $0, generated by GNU Autoconf 2.69,
74767476
with options \\"\$ac_cs_config\\"
74777477

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([qbittorrent], [v3.2.0alpha], [bugs.qbittorrent.org], [], [https://www.qbittorrent.org/])
1+
AC_INIT([qbittorrent], [v4.1.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

0 commit comments

Comments
 (0)