From 65a5a7a462a78a8841a0e3fb0ab6e1cb9c6adef8 Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Wed, 16 Oct 2013 14:25:07 -0700 Subject: [PATCH] Set version to 4.99.8. --- Bucardo.pm | 4 ++-- META.yml | 6 +++--- Makefile.PL | 2 +- README | 2 +- bucardo | 8 ++++---- bucardo.schema | 6 +++--- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Bucardo.pm b/Bucardo.pm index 14b410981..183f89bfe 100644 --- a/Bucardo.pm +++ b/Bucardo.pm @@ -15,7 +15,7 @@ use strict; use warnings; use utf8; -our $VERSION = '5.0.0'; +our $VERSION = '4.99.8'; use DBI 1.51; ## How Perl talks to databases use DBD::Pg 2.0 qw( :async ); ## How Perl talks to Postgres databases @@ -9291,7 +9291,7 @@ Bucardo - Postgres multi-master replication system =head1 VERSION -This document describes version 5.0.0 of Bucardo +This document describes version 4.99.8 of Bucardo =head1 WEBSITE diff --git a/META.yml b/META.yml index 9b5169b73..79fdf8b6d 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name : Bucardo -version : 5.0.0 +version : 4.99.8 abstract : Postgres multi-master replication system author: - Greg Sabino Mullane @@ -29,10 +29,10 @@ build_requires: provides: Bucardo: file : Bucardo.pm - version : 5.0.0 + version : 4.99.8 bucardo: file : bucardo - version : 5.0.0 + version : 4.99.8 resources: homepage : http://bucardo.org/index.html diff --git a/Makefile.PL b/Makefile.PL index 699ec2ff5..95cb486a9 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 = '5.0.0'; +my $VERSION = '4.99.8'; WriteMakefile( NAME => 'Bucardo', diff --git a/README b/README index d0cc2f0a3..4bbbbea44 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ Bucardo - a table-based replication system DESCRIPTION: ------------ -This is version 5.0.0 of Bucardo. +This is version 4.99.8 of Bucardo. THIS IS NOT A PRODUCTION RELEASE! This is a beta release of version 5. diff --git a/bucardo b/bucardo index 94c30328e..534beaa67 100755 --- a/bucardo +++ b/bucardo @@ -22,7 +22,7 @@ $Data::Dumper::Indent = 1; use Getopt::Long; Getopt::Long::Configure(qw/ no_ignore_case pass_through no_autoabbrev /); -our $VERSION = '5.0.0'; +our $VERSION = '4.99.8'; ## For the tests, we want to check that it compiles without actually doing anything return 1 if $ENV{BUCARDO_TEST}; @@ -8911,7 +8911,7 @@ bucardo - utility script for controlling the Bucardo program =head1 VERSION -This document describes version 5.0.0 of bucardo +This document describes version 4.99.8 of bucardo =head1 USAGE @@ -10595,7 +10595,7 @@ Which DDL changing conditions do we try to remedy automatically? Default: C -Current version of Bucardo. Default: C<5.0.0>. +Current version of Bucardo. Default: C<4.99.8>. =item C @@ -10603,7 +10603,7 @@ Do we want the automatic VAC daemon to run? Default: C<1>. =item C -Bucardo version this schema was created with. Default: C<5.0.0>. +Bucardo version this schema was created with. Default: C<4.99.8>. =item C diff --git a/bucardo.schema b/bucardo.schema index 59d224c43..5b78b1436 100644 --- a/bucardo.schema +++ b/bucardo.schema @@ -1,6 +1,6 @@ -- Schema for the main Bucardo database --- Version 5.0.0 +-- Version 4.99.8 -- Should be run as a superuser -- This should not need to be run directly: use either @@ -146,8 +146,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_version|5.0.0|Bucardo version this schema was created with -bucardo_current_version|5.0.0|Current version of Bucardo +bucardo_version|4.99.8|Bucardo version this schema was created with +bucardo_current_version|4.99.8|Current version of Bucardo \. -- Other settings: -- 2.39.5