]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
bump version number to 2.18rc3 for release bugzilla-2.18rc3 release-2.18rc3
authorjustdave%bugzilla.org <>
Mon, 25 Oct 2004 14:46:11 +0000 (14:46 +0000)
committerjustdave%bugzilla.org <>
Mon, 25 Oct 2004 14:46:11 +0000 (14:46 +0000)
Bugzilla/Config.pm
docs/xml/Bugzilla-Guide.xml

index 94a62eb09813954496bf2938c8df3a2f9d621d21..1651bb169acc252fdbc738ee0c4638c9ca9589f8 100644 (file)
@@ -76,7 +76,7 @@ our $webdotdir = "$datadir/webdot";
 Exporter::export_ok_tags('admin', 'db', 'locations');
 
 # Bugzilla version
-$Bugzilla::Config::VERSION = "2.18rc2";
+$Bugzilla::Config::VERSION = "2.18rc3";
 
 use Safe;
 
index 648f388c2c9267177af5d5016c01d68602e05bd7..fa2bdf46094a1e3b921e178d290d2817d2bcbd91 100644 (file)
@@ -30,9 +30,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "2.18rc1">
+<!ENTITY bz-ver "2.18rc3">
 <!ENTITY bz-nextver "2.18">
-<!ENTITY bz-date "2004-07-10">
+<!ENTITY bz-date "2004-10-24">
 <!ENTITY % bz-devel "IGNORE">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-2.18-branch/">