diff options
author | justdave%bugzilla.org <> | 2004-10-25 20:35:14 +0200 |
---|---|---|
committer | justdave%bugzilla.org <> | 2004-10-25 20:35:14 +0200 |
commit | afe67e69703cf575f5e781f39009fb41995a4035 (patch) | |
tree | b1a98dad970cbee4a4c9ce4e631aab45e428fa30 /Bugzilla | |
parent | a5139127f4d34e5d2d074e3331a27706ca5a83c4 (diff) | |
download | bugzilla-afe67e69703cf575f5e781f39009fb41995a4035.tar.gz bugzilla-afe67e69703cf575f5e781f39009fb41995a4035.tar.xz |
Bump version number to 2.19.1+ to indicate version pulled from CVS.
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 65f0285a9..6eb5f122e 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.1"; +$Bugzilla::Config::VERSION = "2.19.1+"; use Safe; |