From 60972e9a4c7057a45febf829cad7499a2b0d57da Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Fri, 10 Feb 2012 08:30:19 -0500 Subject: [PATCH] Bump to 4.99.4 --- Bucardo.pm | 4 ++-- Bucardo.pm.html | 2 +- META.yml | 6 +++--- Makefile.PL | 2 +- README | 2 +- bucardo | 4 ++-- bucardo.html | 2 +- bucardo.schema | 6 +++--- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Bucardo.pm b/Bucardo.pm index 09d453e69..f74238f9f 100644 --- a/Bucardo.pm +++ b/Bucardo.pm @@ -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 diff --git a/Bucardo.pm.html b/Bucardo.pm.html index 3da6372a8..df957ad8f 100644 --- a/Bucardo.pm.html +++ b/Bucardo.pm.html @@ -40,7 +40,7 @@


VERSION

-

This document describes version 4.99.3 of Bucardo

+

This document describes version 4.99.4 of Bucardo


diff --git a/META.yml b/META.yml index 9cf5a4a73..773056aa4 100644 --- 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 @@ -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 diff --git a/Makefile.PL b/Makefile.PL index 5b2226f01..2c2bcf3b9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 0789ba015..1e4cc3a27 100644 --- 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 5b8f4f3c3..1d7a5800d 100755 --- 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 diff --git a/bucardo.html b/bucardo.html index 727d70afc..e796580ea 100644 --- a/bucardo.html +++ b/bucardo.html @@ -48,7 +48,7 @@


VERSION

-

This document describes version 4.99.3 of bucardo

+

This document describes version 4.99.4 of bucardo


diff --git a/bucardo.schema b/bucardo.schema index 7fc6b3cdf..6b85f0e40 100644 --- a/bucardo.schema +++ b/bucardo.schema @@ -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: -- 2.39.5