diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-08-31 00:25:34 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-08-31 00:25:34 +0200 |
commit | ab612efff307c445c25d010ac8a2eaba6fd93228 (patch) | |
tree | 86809a13bf04d63481ecec9092b42b74917f01df /Bugzilla | |
parent | d198464bd0d448c5fcc9901400bb3f5d7b793ad9 (diff) | |
download | bugzilla-ab612efff307c445c25d010ac8a2eaba6fd93228.tar.gz bugzilla-ab612efff307c445c25d010ac8a2eaba6fd93228.tar.xz |
Branch for 4.4 created. Trunk is now 4.5
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 39dfc6f5b..c02558faa 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -182,7 +182,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.3.3+"; +use constant BUGZILLA_VERSION => "4.5"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml'; |