diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-04-28 05:51:37 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-04-28 05:51:37 +0200 |
commit | 42aa2034747b7847409c91bfd79f7e976e220801 (patch) | |
tree | 41a47a7a28d0f278dbe6efad257990562384e8ae | |
parent | 89b51ccb74e1589cd09ba3248f794abb2f84050c (diff) | |
download | bugzilla-42aa2034747b7847409c91bfd79f7e976e220801.tar.gz bugzilla-42aa2034747b7847409c91bfd79f7e976e220801.tar.xz |
Bump the version number 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 6b8c81743..bfa0d22de 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -199,7 +199,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.1.2"; +use constant BUGZILLA_VERSION => "4.1.2+"; # These are unique values that are unlikely to match a string or a number, # to be used in criteria for match() functions and other things. They start |