diff options
author | matty%chariot.net.au <> | 2002-06-08 09:17:12 +0000 |
---|---|---|
committer | matty%chariot.net.au <> | 2002-06-08 09:17:12 +0000 |
commit | f5097d2770bed39016dabeadb7c8165bcc9616c2 (patch) | |
tree | 4439ab5d23d9767d3c3c50000ce7160eab91b5a8 | |
parent | Release notes updates. (diff) | |
download | bugzilla-2.16rc2.tar.gz bugzilla-2.16rc2.tar.bz2 bugzilla-2.16rc2.zip |
Bump version number to 2.16rc2 for release.release-2.16rc2bugzilla-2.16rc2
-rw-r--r-- | globals.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl index ba48f3d88..73321c766 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.16rc1'; +$::param{'version'} = '2.16rc2'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--"; |