From 577fc6b2ecc1e482bc35d2ca8fbec01970bda577 Mon Sep 17 00:00:00 2001 From: "justdave%bugzilla.org" <> Date: Fri, 13 May 2005 01:54:00 +0000 Subject: Bump version number to 2.19.3+ for development --- Bugzilla/Config.pm | 2 +- docs/xml/Bugzilla-Guide.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 258db8157..4a08d1819 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -77,7 +77,7 @@ our $webdotdir = "$datadir/webdot"; Exporter::export_ok_tags('admin', 'db', 'locations'); # Bugzilla version -$Bugzilla::Config::VERSION = "2.19.3"; +$Bugzilla::Config::VERSION = "2.19.3+"; use Safe; diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml index 408a35c32..6c9620b8e 100644 --- a/docs/xml/Bugzilla-Guide.xml +++ b/docs/xml/Bugzilla-Guide.xml @@ -31,9 +31,9 @@ For a devel release, simple bump bz-ver and bz-date --> - + - + @@ -44,7 +44,7 @@ - + -- cgit v1.2.3-24-g4f1b