diff options
author | mkanat%kerio.com <> | 2005-05-12 09:51:04 +0000 |
---|---|---|
committer | mkanat%kerio.com <> | 2005-05-12 09:51:04 +0000 |
commit | d99933e45dc01a50fc9035bdae47159402e96bdb (patch) | |
tree | f1246218ad38558ed0bf219947c11f0a98f4b856 /Bugzilla | |
parent | e2252835e8e96371d6536af5dbd72a79e6ed05b5 (diff) | |
download | bugs-d99933e45dc01a50fc9035bdae47159402e96bdb.tar bugs-d99933e45dc01a50fc9035bdae47159402e96bdb.tar.gz bugs-d99933e45dc01a50fc9035bdae47159402e96bdb.tar.bz2 bugs-d99933e45dc01a50fc9035bdae47159402e96bdb.tar.xz bugs-d99933e45dc01a50fc9035bdae47159402e96bdb.zip |
Up version to 2.19.3 for release of 2.18.1.
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Config.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 6bc149be9..258db8157 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.2+"; +$Bugzilla::Config::VERSION = "2.19.3"; use Safe; |