Skip to content

Commit

Permalink
Begin v2.14 development.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsteele committed Apr 19, 2019
1 parent 41f3874 commit c45ae5f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions doc/xml/release.xml
Expand Up @@ -12,6 +12,9 @@
</intro> </intro>


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

<release date="2019-04-18" version="2.13" title="Bug Fixes"> <release date="2019-04-18" version="2.13" title="Bug Fixes">
<release-core-list> <release-core-list>
<release-bug-list> <release-bug-list>
Expand Down
2 changes: 1 addition & 1 deletion lib/pgBackRest/Version.pm
Expand Up @@ -39,7 +39,7 @@ push @EXPORT, qw(projectBin projectBinSet);
# Defines the current version of the BackRest executable. The version number is used to track features but does not affect what # Defines the current version of the BackRest executable. The version number is used to track features but does not affect what
# repositories or manifests can be read - that's the job of the format number. # repositories or manifests can be read - that's the job of the format number.
#----------------------------------------------------------------------------------------------------------------------------------- #-----------------------------------------------------------------------------------------------------------------------------------
use constant PROJECT_VERSION => '2.13'; use constant PROJECT_VERSION => '2.14dev';
push @EXPORT, qw(PROJECT_VERSION); push @EXPORT, qw(PROJECT_VERSION);


# Repository Format Number # Repository Format Number
Expand Down
2 changes: 1 addition & 1 deletion src/perl/embed.auto.c
Expand Up @@ -19902,7 +19902,7 @@ static const EmbeddedModule embeddedModule[] =
"\n" "\n"
"push @EXPORT, qw(projectBin projectBinSet);\n" "push @EXPORT, qw(projectBin projectBinSet);\n"
"\n\n\n\n\n\n" "\n\n\n\n\n\n"
"use constant PROJECT_VERSION => '2.13';\n" "use constant PROJECT_VERSION => '2.14dev';\n"
"push @EXPORT, qw(PROJECT_VERSION);\n" "push @EXPORT, qw(PROJECT_VERSION);\n"
"\n\n\n\n\n\n" "\n\n\n\n\n\n"
"use constant REPOSITORY_FORMAT => 5;\n" "use constant REPOSITORY_FORMAT => 5;\n"
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Expand Up @@ -23,6 +23,6 @@ repository will be invalid unless migration functions are written.
/*********************************************************************************************************************************** /***********************************************************************************************************************************
Software version. Currently this value is maintained in Version.pm and updated by test.pl. Software version. Currently this value is maintained in Version.pm and updated by test.pl.
***********************************************************************************************************************************/ ***********************************************************************************************************************************/
#define PROJECT_VERSION "2.13" #define PROJECT_VERSION "2.14dev"


#endif #endif

0 comments on commit c45ae5f

Please sign in to comment.