Bug 5079: Increment version number
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 7 Mar 2013 16:05:35 +0000 (11:05 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 7 Mar 2013 16:05:35 +0000 (11:05 -0500)
Database update for bug 5079 has been given version 3.11.00.024

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

index 5b5fb6c..4fa2fcc 100755 (executable)
@@ -6445,7 +6445,7 @@ if ( CheckVersion($DBversion) ) {
 }
 
 
-$DBversion = "3.11.00.XXX";
+$DBversion = "3.11.00.024";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('OpacItemLocation','callnum','Show the shelving location of items in the opac','callnum|ccode|location','Choice');");
     print "Upgrade to $DBversion done (Bug 5079: Add OpacItemLocation syspref)\n";
index dc3f223..015f9d3 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.023';
+    our $VERSION = '3.11.00.024';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install