Bug 10550: DBRev 3.13.00.016
authorGalen Charlton <gmc@esilibrary.com>
Sun, 8 Sep 2013 01:57:57 +0000 (01:57 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Sun, 8 Sep 2013 01:59:00 +0000 (01:59 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 1aad839..0651efc 100755 (executable)
@@ -7067,7 +7067,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.13.00.016";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
         ALTER TABLE items CHANGE wthdrawn withdrawn TINYINT( 1 ) NOT NULL DEFAULT  '0'
index fa3294a..4d9b851 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.015';
+    our $VERSION = '3.13.00.016';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install