Bug 5888: Increment version number origin/new/bug_5888
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 20 Feb 2013 14:52:27 +0000 (09:52 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 20 Feb 2013 14:52:27 +0000 (09:52 -0500)
Database update for bug 5888 has been given version 3.11.00.021

installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 5469081..2108365 100755 (executable)
@@ -6421,7 +6421,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion ="3.11.00.XXX";
+$DBversion ="3.11.00.021";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES('OPACPopupAuthorsSearch','0','Display the list of authors when clicking on one author.','','YesNo');");
     print "Upgrade to $DBversion done (Bug 5888 - Subject search pop-up for the OPAC)\n";
index 34495bd..3ab13d5 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.020';
+    our $VERSION = '3.11.00.021';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install