diff options
author | mkanat%kerio.com <> | 2005-10-02 05:04:07 +0200 |
---|---|---|
committer | mkanat%kerio.com <> | 2005-10-02 05:04:07 +0200 |
commit | cf77347aeaa2045ffd27ad2a4a511e9f150bcf49 (patch) | |
tree | edf987455c80dcbf142068270202e76b7eafffb1 | |
parent | c784d982015845c4cb2d8b15130142aac41a591b (diff) | |
download | bugzilla-cf77347aeaa2045ffd27ad2a4a511e9f150bcf49.tar.gz bugzilla-cf77347aeaa2045ffd27ad2a4a511e9f150bcf49.tar.xz |
Add a + to the version number to indicate it came from CVS.
-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 7723e5b04..6e7968b07 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -89,7 +89,7 @@ our $webdotdir = "$datadir/webdot"; Exporter::export_ok_tags('admin', 'db', 'locations'); # Bugzilla version -$Bugzilla::Config::VERSION = "2.21.1"; +$Bugzilla::Config::VERSION = "2.21.1+"; use Safe; |