diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-02-22 16:46:48 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-02-22 16:46:48 +0100 |
commit | 4237f6477c752bd0dc935d51b9cdddc170199001 (patch) | |
tree | 7f3220b74cd8666af26949d8496047f7e5441341 /Bugzilla | |
parent | 24bcaa17bc2323bfc180cd9bf5c14fb70ea10abb (diff) | |
download | bugzilla-4237f6477c752bd0dc935d51b9cdddc170199001.tar.gz bugzilla-4237f6477c752bd0dc935d51b9cdddc170199001.tar.xz |
Bumped version number post-release
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Constants.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 85575e220..4f31a4e73 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -202,7 +202,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.2"; +use constant BUGZILLA_VERSION => "4.2+"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml'; |