Skip to content

Commit

Permalink
Begin v2.41 development.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsteele committed Jul 18, 2022
1 parent 1ff5310 commit 20f9f72
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 13 deletions.
5 changes: 5 additions & 0 deletions doc/resource/git-history.cache
@@ -1,4 +1,9 @@
[
{
"commit": "1ff531090b9d1eccd9107592398148a51486c9f8",
"date": "2022-07-18 09:32:30 -0400",
"subject": "v2.40: OpenSSL 3 Support"
},
{
"commit": "1df1e0281b94a06ff0f16622e2cbb76598d430d1",
"date": "2022-07-14 17:13:33 -0400",
Expand Down
3 changes: 3 additions & 0 deletions doc/xml/release.xml
Expand Up @@ -14,6 +14,9 @@
</intro>

<release-list>
<release date="XXXX-XX-XX" version="2.41dev" title="UNDER DEVELOPMENT">
</release>

<release date="2022-07-18" version="2.40" title="OpenSSL 3 Support">
<release-core-list>
<text>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Expand Up @@ -4,7 +4,7 @@
project(
'pgbackrest',
['c'],
version: '2.40',
version: '2.41dev',
license: 'MIT',
meson_version: '>=0.45',
default_options: [
Expand Down
2 changes: 1 addition & 1 deletion src/build/configure.ac
@@ -1,7 +1,7 @@
# Initialize configuration
# ----------------------------------------------------------------------------------------------------------------------------------
AC_PREREQ([2.71])
AC_INIT([pgBackRest], [2.40])
AC_INIT([pgBackRest], [2.41dev])
AC_CONFIG_SRCDIR([version.h])
AC_CONFIG_AUX_DIR(build)

Expand Down
20 changes: 10 additions & 10 deletions src/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for pgBackRest 2.40.
# Generated by GNU Autoconf 2.71 for pgBackRest 2.41dev.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
Expand Down Expand Up @@ -607,8 +607,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='pgBackRest'
PACKAGE_TARNAME='pgbackrest'
PACKAGE_VERSION='2.40'
PACKAGE_STRING='pgBackRest 2.40'
PACKAGE_VERSION='2.41dev'
PACKAGE_STRING='pgBackRest 2.41dev'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1272,7 +1272,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures pgBackRest 2.40 to adapt to many kinds of systems.
\`configure' configures pgBackRest 2.41dev to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1319,7 +1319,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of pgBackRest 2.40:";;
short | recursive ) echo "Configuration of pgBackRest 2.41dev:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1414,7 +1414,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
pgBackRest configure 2.40
pgBackRest configure 2.41dev
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1570,7 +1570,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by pgBackRest $as_me 2.40, which was
It was created by pgBackRest $as_me 2.41dev, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -4831,7 +4831,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by pgBackRest $as_me 2.40, which was
This file was extended by pgBackRest $as_me 2.41dev, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -4895,7 +4895,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
pgBackRest config.status 2.40
pgBackRest config.status 2.41dev
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down Expand Up @@ -5599,4 +5599,4 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fi
# Generated from src/build/configure.ac sha1 0f1d05a377a7f84422ae6013e1193b3a09e2375e
# Generated from src/build/configure.ac sha1 305345b758fe3b5049a429c9ef5d67f38dd1f118
2 changes: 1 addition & 1 deletion src/version.h
Expand Up @@ -33,6 +33,6 @@ repository will be invalid unless migration functions are written.
/***********************************************************************************************************************************
Software version
***********************************************************************************************************************************/
#define PROJECT_VERSION "2.40"
#define PROJECT_VERSION "2.41dev"

#endif

0 comments on commit 20f9f72

Please sign in to comment.