diff options
author | justdave%syndicomm.com <> | 2001-04-28 02:36:20 +0000 |
---|---|---|
committer | justdave%syndicomm.com <> | 2001-04-28 02:36:20 +0000 |
commit | f382f6e20af17931ddcab9ca66d6f709e40530a7 (patch) | |
tree | afc5ac096833ff7c4ad5c94943ea3d5a9cd8d709 | |
parent | addition to 2.12 release notes (diff) | |
download | bugzilla-release-2.13.tar.gz bugzilla-release-2.13.tar.bz2 bugzilla-release-2.13.zip |
rolling version number to 2.13 for developmentrelease-2.13bugzilla-2.13
-rw-r--r-- | globals.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl index 120fd7d9f..33ecd3221 100644 --- a/globals.pl +++ b/globals.pl @@ -70,7 +70,7 @@ use Date::Parse; # For str2time(). use RelationSet; # Contains the version string for the current running Bugzilla. -$::param{'version'} = '2.12'; +$::param{'version'} = '2.13'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--"; |