bumping database rev to 027
authorGalen Charlton <galen.charlton@liblime.com>
Tue, 13 Nov 2007 22:20:38 +0000 (16:20 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 13 Nov 2007 23:58:44 +0000 (17:58 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index f308fde..61edfbe 100755 (executable)
@@ -586,7 +586,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.00.00.026";
+$DBversion = "3.00.00.027";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO `systempreferences` (variable,value,options,explanation,type)
        VALUES ('HomeOrHoldingBranch','homebranch','homebranch|holdingbranch','With independent branches turned on this decides whether to check the items holdingbranch or homebranch at circulatilon','choice')");
index fc3fcde..9b16b53 100644 (file)
@@ -8,7 +8,7 @@
 #        and is automatically called by Auth.pm when needed.
 
 sub kohaversion {
-    return "3.00.00.026";
+    return "3.00.00.027";
 }
 
 1;