Skip to content

Commit

Permalink
Begin v2.40 development.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsteele committed May 16, 2022
1 parent 901e829 commit 243eef1
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 12 deletions.
5 changes: 5 additions & 0 deletions doc/resource/git-history.cache
@@ -1,4 +1,9 @@
[
{
"commit": "901e829f6dd05fdc15d899bc7f1108883002b1d5",
"date": "2022-05-16 08:46:24 -0400",
"subject": "v2.39: Verify and File Bundling"
},
{
"commit": "19dd015d589ed3efd31a2a238249a150fb3748c1",
"date": "2022-05-13 09:41:53 -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.40dev" title="UNDER DEVELOPMENT">
</release>

<release date="2022-05-16" version="2.39" title="Verify and File Bundling">
<release-core-list>
<release-bug-list>
Expand Down
2 changes: 1 addition & 1 deletion src/build/configure.ac
@@ -1,7 +1,7 @@
# Initialize configuration
# ----------------------------------------------------------------------------------------------------------------------------------
AC_PREREQ([2.69])
AC_INIT([pgBackRest], [2.39])
AC_INIT([pgBackRest], [2.40dev])
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.69 for pgBackRest 2.39.
# Generated by GNU Autoconf 2.69 for pgBackRest 2.40dev.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -577,8 +577,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='pgBackRest'
PACKAGE_TARNAME='pgbackrest'
PACKAGE_VERSION='2.39'
PACKAGE_STRING='pgBackRest 2.39'
PACKAGE_VERSION='2.40dev'
PACKAGE_STRING='pgBackRest 2.40dev'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1252,7 +1252,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.39 to adapt to many kinds of systems.
\`configure' configures pgBackRest 2.40dev to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1299,7 +1299,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of pgBackRest 2.39:";;
short | recursive ) echo "Configuration of pgBackRest 2.40dev:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1394,7 +1394,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
pgBackRest configure 2.39
pgBackRest configure 2.40dev
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1692,7 +1692,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.39, which was
It was created by pgBackRest $as_me 2.40dev, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -4906,7 +4906,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.39, which was
This file was extended by pgBackRest $as_me 2.40dev, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -4968,7 +4968,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
pgBackRest config.status 2.39
pgBackRest config.status 2.40dev
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down Expand Up @@ -5672,4 +5672,4 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fi
# Generated from src/build/configure.ac sha1 d2f4e7f3dc1c61dfd558cdafb7437b941a1e542f
# Generated from src/build/configure.ac sha1 cfa1a13c22c05a182831f35772524bf9d48feaf2
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.39"
#define PROJECT_VERSION "2.40dev"

#endif

0 comments on commit 243eef1

Please sign in to comment.