Skip to content

Commit 03a33f9

Browse files
committed
final preparations for version 2.11 release
1 parent 158aad7 commit 03a33f9

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.11 / <not released yet>
1+
2.11 / 19-Aug-2023
22

33
- Fixed
44
- Database queries worked only if SQLite double-quoted string (DQS)

configure

Lines changed: 10 additions & 10 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.71 for vnstat 2.11_beta1.
3+
# Generated by GNU Autoconf 2.71 for vnstat 2.11.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@@ -608,8 +608,8 @@ MAKEFLAGS=
608608
# Identity of this package.
609609
PACKAGE_NAME='vnstat'
610610
PACKAGE_TARNAME='vnstat'
611-
PACKAGE_VERSION='2.11_beta1'
612-
PACKAGE_STRING='vnstat 2.11_beta1'
611+
PACKAGE_VERSION='2.11'
612+
PACKAGE_STRING='vnstat 2.11'
613613
PACKAGE_BUGREPORT=''
614614
PACKAGE_URL=''
615615

@@ -1336,7 +1336,7 @@ if test "$ac_init_help" = "long"; then
13361336
# Omit some internal or obsolete options to make the list less imposing.
13371337
# This message is too long to be a string in the A/UX 3.1 sh.
13381338
cat <<_ACEOF
1339-
\`configure' configures vnstat 2.11_beta1 to adapt to many kinds of systems.
1339+
\`configure' configures vnstat 2.11 to adapt to many kinds of systems.
13401340
13411341
Usage: $0 [OPTION]... [VAR=VALUE]...
13421342
@@ -1407,7 +1407,7 @@ fi
14071407

14081408
if test -n "$ac_init_help"; then
14091409
case $ac_init_help in
1410-
short | recursive ) echo "Configuration of vnstat 2.11_beta1:";;
1410+
short | recursive ) echo "Configuration of vnstat 2.11:";;
14111411
esac
14121412
cat <<\_ACEOF
14131413
@@ -1516,7 +1516,7 @@ fi
15161516
test -n "$ac_init_help" && exit $ac_status
15171517
if $ac_init_version; then
15181518
cat <<\_ACEOF
1519-
vnstat configure 2.11_beta1
1519+
vnstat configure 2.11
15201520
generated by GNU Autoconf 2.71
15211521
15221522
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2061,7 +2061,7 @@ cat >config.log <<_ACEOF
20612061
This file contains any messages produced by compilers while
20622062
running configure, to aid debugging if configure makes a mistake.
20632063
2064-
It was created by vnstat $as_me 2.11_beta1, which was
2064+
It was created by vnstat $as_me 2.11, which was
20652065
generated by GNU Autoconf 2.71. Invocation command line was
20662066
20672067
$ $0$ac_configure_args_raw
@@ -3335,7 +3335,7 @@ fi
33353335

33363336
# Define the identity of the package.
33373337
PACKAGE='vnstat'
3338-
VERSION='2.11_beta1'
3338+
VERSION='2.11'
33393339

33403340

33413341
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -7065,7 +7065,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
70657065
# report actual input values of CONFIG_FILES etc. instead of their
70667066
# values after options handling.
70677067
ac_log="
7068-
This file was extended by vnstat $as_me 2.11_beta1, which was
7068+
This file was extended by vnstat $as_me 2.11, which was
70697069
generated by GNU Autoconf 2.71. Invocation command line was
70707070
70717071
CONFIG_FILES = $CONFIG_FILES
@@ -7133,7 +7133,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
71337133
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
71347134
ac_cs_config='$ac_cs_config_escaped'
71357135
ac_cs_version="\\
7136-
vnstat config.status 2.11_beta1
7136+
vnstat config.status 2.11
71377137
configured by $0, generated by GNU Autoconf 2.71,
71387138
with options \\"\$ac_cs_config\\"
71397139

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- Autoconf -*-
22
# Process this file with autoconf to produce a configure script.
3-
AC_INIT([vnstat], [2.11_beta1])
3+
AC_INIT([vnstat], [2.11])
44
AM_INIT_AUTOMAKE([foreign subdir-objects std-options -Wall -Werror])
55
AM_MAINTAINER_MODE
66

0 commit comments

Comments
 (0)