mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-06 03:53:59 +02:00
Begin v2.10 development.
This commit is contained in:
parent
a89a376119
commit
abc613b454
@ -12,6 +12,9 @@
|
|||||||
</intro>
|
</intro>
|
||||||
|
|
||||||
<release-list>
|
<release-list>
|
||||||
|
<release date="XXXX-XX-XX" version="2.10dev" title="UNDER DEVELOPMENT">
|
||||||
|
</release>
|
||||||
|
|
||||||
<release date="2018-01-30" version="2.09" title="Minor Improvements and Bug Fixes">
|
<release date="2018-01-30" version="2.09" title="Minor Improvements and Bug Fixes">
|
||||||
<release-core-list>
|
<release-core-list>
|
||||||
<release-bug-list>
|
<release-bug-list>
|
||||||
|
@ -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.09';
|
use constant PROJECT_VERSION => '2.10dev';
|
||||||
push @EXPORT, qw(PROJECT_VERSION);
|
push @EXPORT, qw(PROJECT_VERSION);
|
||||||
|
|
||||||
# Repository Format Number
|
# Repository Format Number
|
||||||
|
@ -21022,7 +21022,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.09';\n"
|
"use constant PROJECT_VERSION => '2.10dev';\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"
|
||||||
|
@ -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.09"
|
#define PROJECT_VERSION "2.10dev"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user