Bug 9206: Increment version number
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 27 Dec 2012 14:48:58 +0000 (09:48 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 27 Dec 2012 14:48:58 +0000 (09:48 -0500)
Database update for bug 9206 has been given version 3.11.00.012

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

index 8c9aa13..235c297 100755 (executable)
@@ -6317,7 +6317,7 @@ if ( CheckVersion($DBversion) ) {
    SetVersion ($DBversion);
 }
 
-$DBversion = "3.11.00.XXX";
+$DBversion = "3.11.00.012";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('AllowHoldsOnPatronsPossessions', '1', 'Allow holds on records that patron have items of it',NULL,'YesNo')");
     print "Upgrade to $DBversion done (Bug 9206: Only allow place holds in records that the patron don't have in his possession)\n";
index 2d6b9f9..444aaeb 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.011';
+    our $VERSION = '3.11.00.012';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install