mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
Begin v2.03 development.
This commit is contained in:
parent
ee8aafb3ca
commit
a9069f3fd3
@ -12,6 +12,9 @@
|
||||
</intro>
|
||||
|
||||
<release-list>
|
||||
<release date="XXXX-XX-XX" version="2.03dev" title="UNDER DEVELOPMENT">
|
||||
</release>
|
||||
|
||||
<release date="2018-05-06" version="2.02" title="Parallel Asynchronous Archive Get and Configuration Includes">
|
||||
<release-core-list>
|
||||
<release-bug-list>
|
||||
|
@ -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.02';
|
||||
use constant BACKREST_VERSION => '2.03dev';
|
||||
push @EXPORT, qw(BACKREST_VERSION);
|
||||
|
||||
# Format Format Number
|
||||
|
@ -6,7 +6,7 @@ package pgBackRest::LibCAuto;
|
||||
# Library version (.999 indicates development version)
|
||||
sub libcAutoVersion
|
||||
{
|
||||
return '2.02';
|
||||
return '2.03.999';
|
||||
}
|
||||
|
||||
# Configuration option value constants
|
||||
|
@ -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.02"
|
||||
#define PGBACKREST_VERSION "2.03dev"
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user