SetVersion ($DBversion);
}
$DBversion = "3.19.00.000";
if ( CheckVersion($DBversion) ) {
print "Upgrade to $DBversion done (there's life after 3.18)\n";
=head1 FUNCTIONS
=head2 TableExists($table)
use strict;
sub kohaversion {
our $VERSION = '3.18.00.000';
our $VERSION = '3.19.00.000';
# version needs to be set this way
# so that it can be picked up by Makefile.PL
# during install
-