diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-04-19 18:05:17 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-04-19 18:05:17 +0200 |
commit | b44422471221d54748d462b69e293a4a346af25c (patch) | |
tree | 943f2e0174bb26ca6530b12a5fa3cae4dd3e9ab6 /Bugzilla | |
parent | 2635590ee617d17c9006a46375e46b34ad393efe (diff) | |
download | bugs-b44422471221d54748d462b69e293a4a346af25c.tar bugs-b44422471221d54748d462b69e293a4a346af25c.tar.gz bugs-b44422471221d54748d462b69e293a4a346af25c.tar.bz2 bugs-b44422471221d54748d462b69e293a4a346af25c.tar.xz bugs-b44422471221d54748d462b69e293a4a346af25c.zip |
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 f80dfa636..9ac54b917 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -180,7 +180,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.3.1"; +use constant BUGZILLA_VERSION => "4.3.1+"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml'; |