]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number to 2.19.1 for snapshot release bugzilla-2.19.1 release-2.19.1
authorjustdave%bugzilla.org <>
Mon, 25 Oct 2004 14:43:45 +0000 (14:43 +0000)
committerjustdave%bugzilla.org <>
Mon, 25 Oct 2004 14:43:45 +0000 (14:43 +0000)
Bugzilla/Config.pm
docs/xml/Bugzilla-Guide.xml

index fa6fc3147caf64da599a249433d4a5b0b67085e9..65f0285a99ddd2c9802c47063e03486dfece9f7e 100644 (file)
@@ -77,7 +77,7 @@ our $webdotdir = "$datadir/webdot";
 Exporter::export_ok_tags('admin', 'db', 'locations');
 
 # Bugzilla version
-$Bugzilla::Config::VERSION = "2.19";
+$Bugzilla::Config::VERSION = "2.19.1";
 
 use Safe;
 
index 9b848e9be639e74077571a8cf11e7049b7dc61be..142b03d370f9a9ecf38a617d51bc701e28a620d5 100644 (file)
@@ -30,9 +30,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "2.19">
+<!ENTITY bz-ver "2.19.1">
 <!ENTITY bz-nextver "2.20">
-<!ENTITY bz-date "2004-07-10">
+<!ENTITY bz-date "2004-10-24">
 <!ENTITY % bz-devel "INCLUDE">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">