Bump version to 5.4.0
authorGreg Sabino Mullane <greg@endpoint.com>
Thu, 6 Aug 2015 23:46:07 +0000 (19:46 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Thu, 6 Aug 2015 23:46:07 +0000 (19:46 -0400)
Bucardo.pm
Bucardo.pm.html
META.yml
Makefile.PL
README
bucardo
bucardo.html
bucardo.schema

index 04482843a4b80703353ab424c9813af99851dbd5..b7a3de49e443a18c56a7a5917f19a89581f436a9 100644 (file)
@@ -16,7 +16,7 @@ use warnings;
 use utf8;
 use open qw( :std :utf8 );
 
-our $VERSION = '5.3.1';
+our $VERSION = '5.4.0';
 
 use DBI 1.51;                               ## How Perl talks to databases
 use DBD::Pg 2.0   qw( :async             ); ## How Perl talks to Postgres databases
@@ -10267,7 +10267,7 @@ Bucardo - Postgres multi-master replication system
 
 =head1 VERSION
 
-This document describes version 5.3.1 of Bucardo
+This document describes version 5.4.0 of Bucardo
 
 =head1 WEBSITE
 
index d956c57c86d3c4f82e57a007fa0997599c1b4bda..eaefe22bb3037c1d76a72fc86f2f800c9f239751 100644 (file)
@@ -29,7 +29,7 @@
 
 <h1 id="VERSION">VERSION</h1>
 
-<p>This document describes version 5.3.1 of Bucardo</p>
+<p>This document describes version 5.4.0 of Bucardo</p>
 
 <h1 id="WEBSITE">WEBSITE</h1>
 
index 2023e020b4278c4be646359c9502faf9b1c60883..7727a7f3b382ed800539a615de68d8f43c73aeeb 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name                : Bucardo
-version             : 5.3.1
+version             : 5.4.0
 abstract            : Postgres multi-master replication system
 author:              
   - Greg Sabino Mullane <greg@endpoint.com>
@@ -33,10 +33,10 @@ build_requires:
 provides:
   Bucardo:
     file            : Bucardo.pm
-    version         : 5.3.1
+    version         : 5.4.0
   bucardo:
     file            : bucardo
-    version         : 5.3.1
+    version         : 5.4.0
 
 resources:
   homepage          : http://bucardo.org/index.html
index a433e3902d9e98e5aa9fea76c5ead936840da00f..58b52ac156b656c7c606a4750922c03c3d2c6955 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use 5.008003;
 
 ## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '5.3.1';
+my $VERSION = '5.4.0';
 
 WriteMakefile(
     NAME         => 'Bucardo',
diff --git a/README b/README
index f36618032eab83be6104640c701b54bca3fc3ee2..c23cc24b06eac691d22ee2b5ffc273d5655a56a8 100644 (file)
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ Bucardo - a table-based replication system
 DESCRIPTION:
 ------------
 
-This is version 5.3.1 of Bucardo.
+This is version 5.4.0 of Bucardo.
 
 COPYRIGHT:
 ----------
diff --git a/bucardo b/bucardo
index eafbaf5e65df7ae87df68009bad916f6bed72784..d53b3116e48dc575e9171193390fc82440cd3a50 100755 (executable)
--- a/bucardo
+++ b/bucardo
@@ -31,7 +31,7 @@ Getopt::Long::Configure(qw/ no_ignore_case pass_through no_autoabbrev /);
 
 require I18N::Langinfo;
 
-our $VERSION = '5.3.1';
+our $VERSION = '5.4.0';
 
 ## For the tests, we want to check that it compiles without actually doing anything
 return 1 if $ENV{BUCARDO_TEST};
@@ -10014,7 +10014,7 @@ bucardo - utility script for controlling the Bucardo program
 
 =head1 VERSION
 
-This document describes version 5.3.1 of bucardo
+This document describes version 5.4.0 of bucardo
 
 =head1 USAGE
 
@@ -11694,7 +11694,7 @@ Which DDL changing conditions do we try to remedy automatically? Default: C<newc
 
 =item C<bucardo_version>
 
-Current version of Bucardo. Default: C<5.3.1>.
+Current version of Bucardo. Default: C<5.4.0>.
 
 =item C<bucardo_vac>
 
@@ -11702,7 +11702,7 @@ Do we want the automatic VAC daemon to run? Default: C<1>.
 
 =item C<bucardo_initial_version>
 
-Bucardo version this schema was created with. Default: C<5.3.1>.
+Bucardo version this schema was created with. Default: C<5.4.0>.
 
 =item C<ctl_checkonkids_time>
 
index ad87ac8e25e0c8541b4bae9736fe76ed2bbab324..a09271ebf615cf776bc15ec8fe1ed831b68bb4de 100644 (file)
@@ -83,7 +83,7 @@
 
 <h1 id="VERSION">VERSION</h1>
 
-<p>This document describes version 5.3.1 of bucardo</p>
+<p>This document describes version 5.4.0 of bucardo</p>
 
 <h1 id="USAGE">USAGE</h1>
 
 <dt id="bucardo_version"><code>bucardo_version</code></dt>
 <dd>
 
-<p>Current version of Bucardo. Default: <code>5.3.1</code>.</p>
+<p>Current version of Bucardo. Default: <code>5.4.0</code>.</p>
 
 </dd>
 <dt id="bucardo_vac"><code>bucardo_vac</code></dt>
 <dt id="bucardo_initial_version"><code>bucardo_initial_version</code></dt>
 <dd>
 
-<p>Bucardo version this schema was created with. Default: <code>5.3.1</code>.</p>
+<p>Bucardo version this schema was created with. Default: <code>5.4.0</code>.</p>
 
 </dd>
 <dt id="ctl_checkonkids_time"><code>ctl_checkonkids_time</code></dt>
index 195eb8ac735ff658afb58f085ece9d5c6838f0de..45769fcacabf3eac1be05488022278b0dba0e72a 100644 (file)
@@ -1,6 +1,6 @@
 
 -- Schema for the main Bucardo database
--- Version 5.3.1
+-- Version 5.4.0
 
 -- Should be run as a superuser
 -- This should not need to be run directly: use either
@@ -151,8 +151,8 @@ warning_file|bucardo.warning.log|File containing all log lines starting with "Wa
 COPY bucardo.bucardo_config(name,setting,about)
 FROM STDIN
 WITH DELIMITER '|';
-bucardo_initial_version|5.3.1|Bucardo version this schema was created with
-bucardo_version|5.3.1|Current version of Bucardo
+bucardo_initial_version|5.4.0|Bucardo version this schema was created with
+bucardo_version|5.4.0|Current version of Bucardo
 \.
 
 -- Other settings: