From 6a3f484ca20ba6d34ccc9519666e8b26599230c6 Mon Sep 17 00:00:00 2001 From: MJ Ray Date: Wed, 14 Nov 2007 12:11:11 -0600 Subject: [PATCH] Context.pm version update and a begging NOTE in updatedatabase Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- C4/Context.pm | 2 +- installer/data/mysql/updatedatabase.pl | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/C4/Context.pm b/C4/Context.pm index 467944cc47..f746aee287 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.005'; +$VERSION = '3.00.00.025'; =head1 NAME diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index f96a660764..6242034cba 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -11,6 +11,9 @@ # - Would also be a good idea to offer to do a backup at this time... # NOTE: If you do something more than once in here, make it table driven. + +# NOTE: Please keep the version in C4/Context.pm up-to-date! + use strict; # CPAN modules -- 2.11.0