Skip to content

Commit

Permalink
Ensure code version is >= schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctfliblime committed Jun 10, 2011
1 parent 04740fe commit dc20c94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions C4/Context.pm
Expand Up @@ -29,9 +29,12 @@ use File::Slurp;
use C4::Boolean;
use C4::Debug;
use POSIX ();
use Koha;

$VERSION = '4.07.00.001';

die "Version mismatch: $VERSION > $Koha::VERSION" if ($VERSION gt $Koha::VERSION);

our $cache = CHI->new( driver => 'RawMemory', global => 1);

if ($ENV{'HTTP_USER_AGENT'}) {
Expand Down

0 comments on commit dc20c94

Please sign in to comment.