diff options
author | jouni%heikniemi.net <> | 2004-07-12 02:53:27 +0200 |
---|---|---|
committer | jouni%heikniemi.net <> | 2004-07-12 02:53:27 +0200 |
commit | 70d3f400e9ecb6d71ce127f1e799531a8d1f1358 (patch) | |
tree | 462674235d2f1e81b56c234c0aba9934e0b8264e /Bugzilla | |
parent | 5be4573b1d4f51b032b023f0986fd878a1c2ddf7 (diff) | |
download | bugzilla-70d3f400e9ecb6d71ce127f1e799531a8d1f1358.tar.gz bugzilla-70d3f400e9ecb6d71ce127f1e799531a8d1f1358.tar.xz |
Bumping trunk versions to 2.19. r,a=justdave (on irc)
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 002a7cc4c..b568918e3 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -76,7 +76,7 @@ our $webdotdir = "$datadir/webdot"; Exporter::export_ok_tags('admin', 'db', 'locations'); # Bugzilla version -$Bugzilla::Config::VERSION = "2.18rc1"; +$Bugzilla::Config::VERSION = "2.19"; use Safe; |