From: justdave%syndicomm.com <> Date: Sat, 28 Apr 2001 02:36:20 +0000 (+0000) Subject: rolling version number to 2.13 for development X-Git-Tag: bugzilla-2.13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f382f6e20af17931ddcab9ca66d6f709e40530a7;p=thirdparty%2Fbugzilla.git rolling version number to 2.13 for development --- diff --git a/globals.pl b/globals.pl index 120fd7d9fc..33ecd3221a 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:--";