diff options
author | justdave%bugzilla.org <> | 2004-10-25 14:48:03 +0000 |
---|---|---|
committer | justdave%bugzilla.org <> | 2004-10-25 14:48:03 +0000 |
commit | e0dc87c09f62a3e00d0a74b5b0b438def6fc2b20 (patch) | |
tree | 250349866f0b5a77fa1b538061d8718e13510d5f | |
parent | Release notes for 2.16.7 (diff) | |
download | bugzilla-e0dc87c09f62a3e00d0a74b5b0b438def6fc2b20.tar.gz bugzilla-e0dc87c09f62a3e00d0a74b5b0b438def6fc2b20.tar.bz2 bugzilla-e0dc87c09f62a3e00d0a74b5b0b438def6fc2b20.zip |
Bump version number to 2.16.7 for releaserelease-2.16.7bugzilla-2.16.7
-rw-r--r-- | docs/xml/Bugzilla-Guide.xml | 8 | ||||
-rw-r--r-- | globals.pl | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml index c9989f727..d16a88dda 100644 --- a/docs/xml/Bugzilla-Guide.xml +++ b/docs/xml/Bugzilla-Guide.xml @@ -20,12 +20,12 @@ <!ENTITY revhistory SYSTEM "revhistory.xml"> <!ENTITY bz "http://www.bugzilla.org/"> -<!ENTITY bz-ver "2.16.6"> +<!ENTITY bz-ver "2.16.7"> <!ENTITY bz-date "2004-07-10"> -<!ENTITY bz-cvs-ver "2.18rc1"> +<!ENTITY bz-cvs-ver "2.19.1"> <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-&bz-ver;/"> -<!ENTITY bzg-ver "2.16.6"> -<!ENTITY bzg-cvs-ver "2.18rc1"> +<!ENTITY bzg-ver "2.16.7"> +<!ENTITY bzg-cvs-ver "2.19.1"> <!ENTITY bzg-auth "The Bugzilla Team"> <!ENTITY bzg-bugs "<ulink url='http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&component=Documentation'>Bugzilla</ulink>"> <!ENTITY mysql "http://www.mysql.com/"> diff --git a/globals.pl b/globals.pl index 2f7e26434..3f23710ea 100644 --- a/globals.pl +++ b/globals.pl @@ -98,7 +98,7 @@ $::SIG{TERM} = 'IGNORE'; $::SIG{PIPE} = 'IGNORE'; # Contains the version string for the current running Bugzilla. -$::param{'version'} = '2.16.6'; +$::param{'version'} = '2.16.7'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--"; |