Skip to content

Commit 57e2fcf

Browse files
committed
Bump to 8.0.0 in preparation.
1 parent d280c6c commit 57e2fcf

File tree

5 files changed

+19
-18
lines changed

5 files changed

+19
-18
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
8.0.0
12
7.10.0
23
- Deprecate `errorhandler`; replace with lambda-friendly "notice handlers."
34
- Deprecate `notification_receiver`; replace with "notification handlers"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.10.0
1+
8.0.0

configure

Lines changed: 11 additions & 11 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 libpqxx 7.10.0.
3+
# Generated by GNU Autoconf 2.71 for libpqxx 8.0.0.
44
#
55
# Report bugs to <Jeroen T. Vermeulen>.
66
#
@@ -621,8 +621,8 @@ MAKEFLAGS=
621621
# Identity of this package.
622622
PACKAGE_NAME='libpqxx'
623623
PACKAGE_TARNAME='libpqxx'
624-
PACKAGE_VERSION='7.10.0'
625-
PACKAGE_STRING='libpqxx 7.10.0'
624+
PACKAGE_VERSION='8.0.0'
625+
PACKAGE_STRING='libpqxx 8.0.0'
626626
PACKAGE_BUGREPORT='Jeroen T. Vermeulen'
627627
PACKAGE_URL=''
628628

@@ -1381,7 +1381,7 @@ if test "$ac_init_help" = "long"; then
13811381
# Omit some internal or obsolete options to make the list less imposing.
13821382
# This message is too long to be a string in the A/UX 3.1 sh.
13831383
cat <<_ACEOF
1384-
\`configure' configures libpqxx 7.10.0 to adapt to many kinds of systems.
1384+
\`configure' configures libpqxx 8.0.0 to adapt to many kinds of systems.
13851385

13861386
Usage: $0 [OPTION]... [VAR=VALUE]...
13871387

@@ -1452,7 +1452,7 @@ fi
14521452

14531453
if test -n "$ac_init_help"; then
14541454
case $ac_init_help in
1455-
short | recursive ) echo "Configuration of libpqxx 7.10.0:";;
1455+
short | recursive ) echo "Configuration of libpqxx 8.0.0:";;
14561456
esac
14571457
cat <<\_ACEOF
14581458

@@ -1576,7 +1576,7 @@ fi
15761576
test -n "$ac_init_help" && exit $ac_status
15771577
if $ac_init_version; then
15781578
cat <<\_ACEOF
1579-
libpqxx configure 7.10.0
1579+
libpqxx configure 8.0.0
15801580
generated by GNU Autoconf 2.71
15811581

15821582
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1951,7 +1951,7 @@ cat >config.log <<_ACEOF
19511951
This file contains any messages produced by compilers while
19521952
running configure, to aid debugging if configure makes a mistake.
19531953

1954-
It was created by libpqxx $as_me 7.10.0, which was
1954+
It was created by libpqxx $as_me 8.0.0, which was
19551955
generated by GNU Autoconf 2.71. Invocation command line was
19561956

19571957
$ $0$ac_configure_args_raw
@@ -3446,7 +3446,7 @@ fi
34463446

34473447
# Define the identity of the package.
34483448
PACKAGE='libpqxx'
3449-
VERSION='7.10.0'
3449+
VERSION='8.0.0'
34503450

34513451

34523452
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -3550,7 +3550,7 @@ END
35503550
fi
35513551

35523552

3553-
PQXX_ABI=7.10
3553+
PQXX_ABI=8.0
35543554
PQXXVERSION=$PACKAGE_VERSION
35553555

35563556

@@ -19311,7 +19311,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1931119311
# report actual input values of CONFIG_FILES etc. instead of their
1931219312
# values after options handling.
1931319313
ac_log="
19314-
This file was extended by libpqxx $as_me 7.10.0, which was
19314+
This file was extended by libpqxx $as_me 8.0.0, which was
1931519315
generated by GNU Autoconf 2.71. Invocation command line was
1931619316

1931719317
CONFIG_FILES = $CONFIG_FILES
@@ -19379,7 +19379,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1937919379
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1938019380
ac_cs_config='$ac_cs_config_escaped'
1938119381
ac_cs_version="\\
19382-
libpqxx config.status 7.10.0
19382+
libpqxx config.status 8.0.0
1938319383
configured by $0, generated by GNU Autoconf 2.71,
1938419384
with options \\"\$ac_cs_config\\"
1938519385

include/pqxx/doc/mainpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
libpqxx {#mainpage}
22
=======
33

4-
@version 7.10.0
4+
@version 8.0.0
55
@author Jeroen T. Vermeulen
66
@see https://pqxx.org/libpqxx/
77
@see https://github.com/jtv/libpqxx

include/pqxx/version.hxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
# endif
1717

1818
/// Full libpqxx version string.
19-
# define PQXX_VERSION "7.10.0"
19+
# define PQXX_VERSION "8.0.0"
2020
/// Library ABI version.
21-
# define PQXX_ABI "7.10"
21+
# define PQXX_ABI "8.0"
2222

2323
/// Major version number.
24-
# define PQXX_VERSION_MAJOR 7
24+
# define PQXX_VERSION_MAJOR 8
2525
/// Minor version number.
26-
# define PQXX_VERSION_MINOR 10
26+
# define PQXX_VERSION_MINOR 0
2727

28-
# define PQXX_VERSION_CHECK check_pqxx_version_7_10
28+
# define PQXX_VERSION_CHECK check_pqxx_version_8_0
2929

3030
namespace pqxx::internal
3131
{

0 commit comments

Comments
 (0)