Bug 3516 follow-up - DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Wed, 7 Mar 2012 16:30:49 +0000 (17:30 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 7 Mar 2012 16:30:49 +0000 (17:30 +0100)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index ddbc1ee..52d3a6f 100755 (executable)
@@ -4734,7 +4734,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.07.00.XXX";
+$DBversion = "3.07.00.020";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('OPACpatronimages',0,'Enable patron images in the OPAC',NULL,'YesNo');");
     print "Upgrade to $DBversion done (Bug 3516: Add the option to show patron images in the OPAC.)\n";
index 514f2c7..206c1cd 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.07.00.019';
+    our $VERSION = '3.07.00.020';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install