]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
rolling version number to 2.13 for development bugzilla-2.13 release-2.13
authorjustdave%syndicomm.com <>
Sat, 28 Apr 2001 02:36:20 +0000 (02:36 +0000)
committerjustdave%syndicomm.com <>
Sat, 28 Apr 2001 02:36:20 +0000 (02:36 +0000)
globals.pl

index 120fd7d9fcf95100306353a9695bca06d72d7325..33ecd3221a1ad36557c91ca9e96ac0619808056b 100644 (file)
@@ -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:--";