diff options
author | justdave%bugzilla.org <> | 2005-05-13 03:54:00 +0200 |
---|---|---|
committer | justdave%bugzilla.org <> | 2005-05-13 03:54:00 +0200 |
commit | 577fc6b2ecc1e482bc35d2ca8fbec01970bda577 (patch) | |
tree | 1b8c08874da7b8fe3971ecc213cee58df04c499e /Bugzilla | |
parent | 0de74ae8ec895b9085ee7afed47cd90fe52744c6 (diff) | |
download | bugzilla-577fc6b2ecc1e482bc35d2ca8fbec01970bda577.tar.gz bugzilla-577fc6b2ecc1e482bc35d2ca8fbec01970bda577.tar.xz |
Bump version number to 2.19.3+ for development
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 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; |