diff options
author | David Lawrence <dkl@mozilla.com> | 2014-04-17 23:19:23 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-04-17 23:19:23 +0200 |
commit | 536c249571764b257723739f496ea8cc92f2b50a (patch) | |
tree | 4a8d8a143b6861129b4265265cb7f05d74530d88 | |
parent | e84afd63f97cd04b31da00eb9e3d42c5591b810f (diff) | |
download | bugzilla-536c249571764b257723739f496ea8cc92f2b50a.tar.gz bugzilla-536c249571764b257723739f496ea8cc92f2b50a.tar.xz |
Bumped version post-release
-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 4461e285f..a2c89bf4c 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -196,7 +196,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.5.3"; +use constant BUGZILLA_VERSION => "4.5.3+"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml'; |