Context.pm version update and a begging NOTE in updatedatabase
authorMJ Ray <mjr@phonecoop.coop>
Wed, 14 Nov 2007 18:11:11 +0000 (12:11 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 16 Nov 2007 13:27:26 +0000 (07:27 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Context.pm
installer/data/mysql/updatedatabase.pl

index 467944c..f746aee 100644 (file)
@@ -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
 
index f96a660..6242034 100755 (executable)
@@ -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