diff options
author | mkanat%bugzilla.org <> | 2007-02-03 10:33:29 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-02-03 10:33:29 +0100 |
commit | 2491f22f18db7181d253ea85e5ccb423f0cded93 (patch) | |
tree | 47b85c2207e42341a8edda10a280a8c47ce97ea1 | |
parent | ec3dc8958eb7c8c52807cfa8e71477b2998e481a (diff) | |
download | bugzilla-2491f22f18db7181d253ea85e5ccb423f0cded93.tar.gz bugzilla-2491f22f18db7181d253ea85e5ccb423f0cded93.tar.xz |
Bump 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 3b867fe40..39e70e65f 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -146,7 +146,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "2.23.4"; +use constant BUGZILLA_VERSION => "2.23.4+"; # # ControlMap constants for group_control_map. |