1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-03-03 14:52:21 +02:00

Next development cycle.

This commit is contained in:
David Steele 2016-03-22 10:23:20 -04:00
parent aea14c8553
commit 1d4779cfe6
3 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# pgBackRest<br/>Change Log
## v0.95dev: UNDER DEVELOPMENT
__No Release Date Set__
*
## v0.91: Tablespace Bug Fix and Minor Enhancements
__Released March 22, 2016__

View File

@ -6,6 +6,12 @@
</intro>
<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">
<release-feature-bullet-list>
<release-feature>

View File

@ -17,7 +17,7 @@ use Exporter qw(import);
# 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.
$VERSION = '0.91';
$VERSION = '0.95dev';
push @EXPORT, qw($VERSION);