From abe28f3bbd33b3c11a1d3194fb18e4cd20717583 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Wed, 14 Nov 2007 12:11:14 -0600 Subject: [PATCH] Updating version in C4/Context as begged for by slef :) Signed-off-by: Joshua Ferraro --- C4/Context.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Context.pm b/C4/Context.pm index f746aee287..34e8b17f00 100644 --- a/C4/Context.pm +++ b/C4/Context.pm @@ -61,7 +61,7 @@ use C4::Boolean; use vars qw($VERSION $AUTOLOAD $context @context_stack); -$VERSION = '3.00.00.025'; +$VERSION = '3.00.00.028'; =head1 NAME -- 2.20.1