diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-07-27 02:07:49 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-07-27 02:07:49 +0200 |
commit | 1600d4c79a01d431dcef9a8b068edc53f7b9a2d5 (patch) | |
tree | a90a7e0750de1a405d97225a136bb08a787460f2 /Bugzilla | |
parent | bf6641e4c111f0c1300065821b164a708e55892b (diff) | |
download | bugzilla-1600d4c79a01d431dcef9a8b068edc53f7b9a2d5.tar.gz bugzilla-1600d4c79a01d431dcef9a8b068edc53f7b9a2d5.tar.xz |
Bump the version 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 865536519..63242ba8a 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -181,7 +181,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.3.2"; +use constant BUGZILLA_VERSION => "4.3.2+"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml'; |