Bug 13417: DBRev 3.19.00.011
authorTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 13 Feb 2015 16:56:07 +0000 (13:56 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 13 Feb 2015 16:56:07 +0000 (13:56 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index a902093..ad8ec97 100755 (executable)
@@ -9759,7 +9759,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.19.00.XXX";
+$DBversion = "3.19.00.011";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q|
         INSERT INTO userflags (bit, flag, flagdesc, defaulton) VALUES
index 66747dd..693a9f0 100644 (file)
@@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.19.00.010';
+    our $VERSION = '3.19.00.011';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install