Bug 7243: Increment version number
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 24 Jan 2013 14:17:25 +0000 (09:17 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 24 Jan 2013 14:23:16 +0000 (09:23 -0500)
Database update for bug 7243 has been given version 3.11.00.015

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

index 1646fa6..bd0fc99 100755 (executable)
@@ -6339,7 +6339,7 @@ if ( CheckVersion($DBversion) ) {
    SetVersion ($DBversion);
 }
 
-$DBversion = "3.11.00.XXX";
+$DBversion = "3.11.00.015";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('RentalsInNoissuesCharge', '1', 'Rental charges block checkouts (added to noissuescharge).',NULL,'YesNo');");
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('ManInvInNoissuesCharge', '1', 'MANUAL_INV charges block checkouts (added to noissuescharge).',NULL,'YesNo');");
index 72fc95c..f4fb186 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.014';
+    our $VERSION = '3.11.00.015';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install