1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00

Next development cycle.

This commit is contained in:
David Steele 2016-05-05 18:13:50 -04:00
parent 6cd1c42ddc
commit c477d6f899
3 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# pgBackRest <br/> Change Log
## v1.01dev: UNDER DEVELOPMENT
__No Release Date Set__
*
## v1.00: New Repository Format and Configuration Scheme, Link Support
__Released April 14, 2016__

View File

@ -6,6 +6,12 @@
</intro>
<changelog>
<changelog-release date="XXXX-XX-XX" version="1.01dev" title="UNDER DEVELOPMENT">
<release-feature-bullet-list>
<release-feature><text></text></release-feature>
</release-feature-bullet-list>
</changelog-release>
<changelog-release date="2016-04-14" version="1.00" title="New Repository Format and Configuration Scheme, Link Support">
<release-feature-bullet-list>
<release-feature>

View File

@ -26,7 +26,7 @@ use constant BACKREST_EXE => lc(BACKRE
# 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 = '1.00';
$VERSION = '1.01dev';
push @EXPORT, qw($VERSION);