use warnings;
 use utf8;
 
-our $VERSION = '4.99.3';
+our $VERSION = '4.99.4';
 
 use DBI 1.51;                               ## How Perl talks to databases
 use DBD::Pg 2.0   qw( :async             ); ## How Perl talks to Postgres databases
 
 =head1 VERSION
 
-This document describes version 4.99.3 of Bucardo
+This document describes version 4.99.4 of Bucardo
 
 =head1 WEBSITE
 
 
 </p>
 <hr />
 <h1><a name="version">VERSION</a></h1>
-<p>This document describes version 4.99.3 of Bucardo</p>
+<p>This document describes version 4.99.4 of Bucardo</p>
 <p>
 </p>
 <hr />
 
 --- #YAML:1.0
 name                : Bucardo
-version             : 4.99.3
+version             : 4.99.4
 abstract            : Postgres multi-master replication system
 author:              
   - Greg Sabino Mullane <greg@endpoint.com>
 provides:
   Bucardo:
     file            : Bucardo.pm
-    version         : 4.99.3
+    version         : 4.99.4
   bucardo:
     file            : bucardo
-    version         : 4.99.3
+    version         : 4.99.4
 
 resources:
   homepage          : http://bucardo.org/index.html
 
 use 5.008003;
 
 ## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '4.99.3';
+my $VERSION = '4.99.4';
 
 WriteMakefile(
     NAME         => 'Bucardo',
 
 DESCRIPTION:
 ------------
 
-This is version 4.99.3 of Bucardo.
+This is version 4.99.4 of Bucardo.
 
 THIS IS NOT A PRODUCTION RELEASE! This is a beta release of version 5.
 
 
 use Data::Dumper 'Dumper';
 $Data::Dumper::Indent = 1;
 
-our $VERSION = '4.99.3';
+our $VERSION = '4.99.4';
 
 ## For the tests, we want to check that it compiles without actually doing anything
 return 1 if $ENV{BUCARDO_TEST};
 
 =head1 VERSION
 
-This document describes version 4.99.3 of bucardo
+This document describes version 4.99.4 of bucardo
 
 =head1 SYNOPSIS
 
 
 </p>
 <hr />
 <h1><a name="version">VERSION</a></h1>
-<p>This document describes version 4.99.3 of bucardo</p>
+<p>This document describes version 4.99.4 of bucardo</p>
 <p>
 </p>
 <hr />
 
 
 -- Schema for the main Bucardo database
--- Version 4.99.3
+-- Version 4.99.4
 
 -- Should be run as a superuser
 -- This should not need to be run directly: use either
 COPY bucardo.bucardo_config(setting,value,about)
 FROM STDIN
 WITH DELIMITER '|';
-bucardo_version|4.99.3|Bucardo version this schema was created with
-bucardo_current_version|4.99.3|Current version of Bucardo
+bucardo_version|4.99.4|Bucardo version this schema was created with
+bucardo_current_version|4.99.4|Current version of Bucardo
 \.
 
 -- Other settings: