diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-08-06 02:13:29 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-08-06 02:13:29 +0200 |
commit | 9f377584a44739183c3ce1eced8ed33f4f0894d4 (patch) | |
tree | b8e0b758684676f1aece80d67d6283a977af81f0 /Bugzilla | |
parent | 3a0affd238cd65bc8c40e316ab20663f3110cee9 (diff) | |
download | bugzilla-9f377584a44739183c3ce1eced8ed33f4f0894d4.tar.gz bugzilla-9f377584a44739183c3ce1eced8ed33f4f0894d4.tar.xz |
Bump the version number post-release to 4.3.
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 7b93fba03..1d9d07a5b 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -199,7 +199,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.1.3"; +use constant BUGZILLA_VERSION => "4.3"; # 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 |