Bump version number for 3.4.10.

git-svn-id: svn://10.0.0.236/branches/BUGZILLA-3_4-BRANCH@261822 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2011-01-24 23:46:37 +00:00
parent e5077c84dc
commit adc20b1ef9
3 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
6793
6794

View File

@ -172,7 +172,7 @@ use File::Basename;
# CONSTANTS
#
# Bugzilla version
use constant BUGZILLA_VERSION => "3.4.9+";
use constant BUGZILLA_VERSION => "3.4.10";
# 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

View File

@ -33,10 +33,10 @@
For a devel release, simple bump bz-ver and bz-date
-->
<!ENTITY bz-ver "3.4.9">
<!ENTITY bz-ver "3.4.10">
<!ENTITY bz-nextver "3.6">
<!ENTITY bz-date "2010-11-02">
<!ENTITY current-year "2010">
<!ENTITY bz-date "2011-01-24">
<!ENTITY current-year "2011">
<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.4-branch/">
<!ENTITY bz "http://www.bugzilla.org/">