summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-04-28 04:36:20 +0200
committerjustdave%syndicomm.com <>2001-04-28 04:36:20 +0200
commitf382f6e20af17931ddcab9ca66d6f709e40530a7 (patch)
treeafc5ac096833ff7c4ad5c94943ea3d5a9cd8d709 /globals.pl
parentc2542b405b6c5581281eab9a349a99b7ff337966 (diff)
downloadbugzilla-f382f6e20af17931ddcab9ca66d6f709e40530a7.tar.gz
bugzilla-f382f6e20af17931ddcab9ca66d6f709e40530a7.tar.xz
rolling version number to 2.13 for development
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl2
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:--";