Bumping db version to reflect new patronimage table

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Chris Nighswonger 2008-02-23 06:28:03 -05:00 committed by Joshua Ferraro
parent fc3d45bb99
commit 35d89b0e2d

View file

@ -10,7 +10,7 @@
use strict;
sub kohaversion {
our $VERSION = "3.00.00.056";
our $VERSION = "3.00.00.057";
# version needs to be set this way
# so that it can be picked up by Makefile.PL
# during install