mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-05 15:05:48 +02:00
Next development cycle.
This commit is contained in:
parent
aea14c8553
commit
1d4779cfe6
@ -1,5 +1,10 @@
|
|||||||
# pgBackRest<br/>Change Log
|
# pgBackRest<br/>Change Log
|
||||||
|
|
||||||
|
## v0.95dev: UNDER DEVELOPMENT
|
||||||
|
__No Release Date Set__
|
||||||
|
|
||||||
|
*
|
||||||
|
|
||||||
## v0.91: Tablespace Bug Fix and Minor Enhancements
|
## v0.91: Tablespace Bug Fix and Minor Enhancements
|
||||||
__Released March 22, 2016__
|
__Released March 22, 2016__
|
||||||
|
|
||||||
|
@ -6,6 +6,12 @@
|
|||||||
</intro>
|
</intro>
|
||||||
|
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<changelog-release date="XXXX-XX-XX" version="0.95dev" title="UNDER DEVELOPMENT">
|
||||||
|
<release-feature-bullet-list>
|
||||||
|
<release-feature><text></text></release-feature>
|
||||||
|
</release-feature-bullet-list>
|
||||||
|
</changelog-release>
|
||||||
|
|
||||||
<changelog-release date="2016-03-22" version="0.91" title="Tablespace Bug Fix and Minor Enhancements">
|
<changelog-release date="2016-03-22" version="0.91" title="Tablespace Bug Fix and Minor Enhancements">
|
||||||
<release-feature-bullet-list>
|
<release-feature-bullet-list>
|
||||||
<release-feature>
|
<release-feature>
|
||||||
|
@ -17,7 +17,7 @@ use Exporter qw(import);
|
|||||||
# 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.
|
||||||
#-----------------------------------------------------------------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------------------------------------------------------------
|
||||||
our # 'our' keyword is on a separate line to make the ExtUtils::MakeMaker parser happy.
|
our # 'our' keyword is on a separate line to make the ExtUtils::MakeMaker parser happy.
|
||||||
$VERSION = '0.91';
|
$VERSION = '0.95dev';
|
||||||
|
|
||||||
push @EXPORT, qw($VERSION);
|
push @EXPORT, qw($VERSION);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user