Bump to 4.99.4
authorGreg Sabino Mullane <greg@endpoint.com>
Fri, 10 Feb 2012 13:30:19 +0000 (08:30 -0500)
committerGreg Sabino Mullane <greg@endpoint.com>
Fri, 10 Feb 2012 13:30:19 +0000 (08:30 -0500)
Bucardo.pm
Bucardo.pm.html
META.yml
Makefile.PL
README
bucardo
bucardo.html
bucardo.schema

index 09d453e69f2fcc10515ca6fd4baa5eae76a4a339..f74238f9f3b2e0497ad9640996c28102c6722348 100644 (file)
@@ -15,7 +15,7 @@ use strict;
 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
@@ -8678,7 +8678,7 @@ Bucardo - Postgres multi-master replication system
 
 =head1 VERSION
 
-This document describes version 4.99.3 of Bucardo
+This document describes version 4.99.4 of Bucardo
 
 =head1 WEBSITE
 
index 3da6372a8d43be2fe803bb0cecdcf350a0cf5e57..df957ad8fb20c63e906b9c7c2867e84363a869bb 100644 (file)
@@ -40,7 +40,7 @@
 </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 />
index 9cf5a4a73ef9819a54e122d106198201502c94b1..773056aa41835f34bf7f3c14891dd9e8dd8463f3 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #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>
@@ -29,10 +29,10 @@ build_requires:
 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
index 5b2226f0172a499b5a88298f473bb6bd0587523d..2c2bcf3b92fc5fc5974a55921e49658233c832f7 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 = '4.99.3';
+my $VERSION = '4.99.4';
 
 WriteMakefile(
     NAME         => 'Bucardo',
diff --git a/README b/README
index 0789ba0155f80e1f6c179bfff394604c4dfa108a..1e4cc3a27c830156a0e03c12d8c42a36da5dc231 100644 (file)
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ Bucardo - a table-based replication system
 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.
 
diff --git a/bucardo b/bucardo
index 5b8f4f3c34eeddd8eeda4ef588a5f81cbb0f30da..1d7a5800d2fe7dfec2a68898c6a31174640511eb 100755 (executable)
--- a/bucardo
+++ b/bucardo
@@ -22,7 +22,7 @@ use POSIX qw/ceil setsid localeconv/;
 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};
@@ -9113,7 +9113,7 @@ bucardo - utility script for controlling the Bucardo program
 
 =head1 VERSION
 
-This document describes version 4.99.3 of bucardo
+This document describes version 4.99.4 of bucardo
 
 =head1 SYNOPSIS
 
index 727d70afc864ef3ac2a69eeaf36f2327caa1665b..e796580ea3f370abffe9a536a5ac81de05612115 100644 (file)
@@ -48,7 +48,7 @@
 </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 />
index 7fc6b3cdf9d82706af75f35aaa5be6d795b2d252..6b85f0e4025b7159644a817b8dc4141f978296e6 100644 (file)
@@ -1,6 +1,6 @@
 
 -- 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
@@ -144,8 +144,8 @@ warning_file|bucardo.warning.log|File containing all log lines starting with "Wa
 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: