1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-12-01 22:30:09 +02:00

Begin v2.04 development.

This commit is contained in:
David Steele
2018-05-23 09:10:14 -04:00
parent f7123c1bbf
commit dfa92b359d
4 changed files with 6 additions and 3 deletions

View File

@@ -12,6 +12,9 @@
</intro>
<release-list>
<release date="XXXX-XX-XX" version="2.04dev" title="UNDER DEVELOPMENT">
</release>
<release date="2018-05-22" version="2.03" title="Single Executable to Deploy">
<release-core-list>
<release-bug-list>

View File

@@ -39,7 +39,7 @@ push @EXPORT, qw(backrestBin backrestBinSet);
# 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.
#-----------------------------------------------------------------------------------------------------------------------------------
use constant BACKREST_VERSION => '2.03';
use constant BACKREST_VERSION => '2.04dev';
push @EXPORT, qw(BACKREST_VERSION);
# Format Format Number

View File

@@ -25097,7 +25097,7 @@ static const EmbeddedModule embeddedModule[] =
"\n"
"\n"
"\n"
"use constant BACKREST_VERSION => '2.03';\n"
"use constant BACKREST_VERSION => '2.04dev';\n"
"push @EXPORT, qw(BACKREST_VERSION);\n"
"\n"
"\n"

View File

@@ -17,6 +17,6 @@ Standard binary name
/***********************************************************************************************************************************
Version of the software. Currently this value is maintained in Version.pm and updated by test.pl.
***********************************************************************************************************************************/
#define PGBACKREST_VERSION "2.03"
#define PGBACKREST_VERSION "2.04dev"
#endif