Bumping db version to reflect new patronimage table
authorChris Nighswonger <cnighswonger@foundations.edu>
Sat, 23 Feb 2008 11:28:03 +0000 (06:28 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Sat, 23 Feb 2008 16:55:38 +0000 (10:55 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
kohaversion.pl

index 582e936..b9cace6 100644 (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